comparison app/assets/stylesheets/application.scss @ 473:8a90106a7be2

Seems working
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:49:49 +0900
parents c1e191d1b02a
children
comparison
equal deleted inserted replaced
468:802dcd44188e 473:8a90106a7be2
1 @import "bootstrap-zp"; 1 @import "bootstrap/scss/bootstrap";
2 @import "highlight.js/scss/default"; 2 @import "highlight.js/scss/default";
3 3
4 .input-url1 { display: none !important; } 4 .input-url1 { display: none !important; }
5 5
6 // overrides bootstrap
7 .form-control {
8 font-size: 16px;
9 }
10
11 .form-group--narrow {
12 max-width: 300px;
13 }
14
15 .paste-paste { 6 .paste-paste {
16 resize: vertical; 7 resize: vertical;
17 font-family: $font-family-monospace; 8 font-family: $font-family-monospace;
9 max-height: 100vh;
10 }
11
12 .paste-content {
13 border: none;
14 background-color: #fff;
15 padding: 0px;
16 margin: 0px;
18 } 17 }
19 18
20 .paste-show { 19 .paste-show {
21 padding: $grid-gutter-width/2; 20 padding: $grid-gutter-width/2;
22 margin-bottom: $grid-gutter-width/2; 21 margin-bottom: $grid-gutter-width/2;
23 22
24 border-width: 0px 1px 1px 1px; 23 border-width: 0px 1px 1px 1px;
25 border-style: solid; 24 border-style: solid;
26 border-color: $nav-tabs-active-link-hover-border-color; 25 border-color: $nav-tabs-border-color;
27 border-radius: 0px 0px $border-radius-base $border-radius-base; 26 border-radius: 0px 0px $border-radius $border-radius;
28
29 &__content {
30 border: none;
31 background-color: #fff;
32 padding: 0px;
33 margin: 0px;
34 }
35
36 &__footer {
37 padding-bottom: $grid-gutter-width/2;
38 }
39 }
40
41 .radio-container {
42 margin-top: -10px;
43 } 27 }
44 28
45 .zp-hl { 29 .zp-hl {
46 background-color: #fff; 30 background-color: #fff;
47 padding: 0px; 31 padding: 0px;
48 } 32 }
49
50 .zp-header {
51 margin-top: 0px;
52 }
53