comparison app/assets/stylesheets/application.scss @ 469:68231013b01b bootstrap-4

Now with more bootstrap than ever
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:25:50 +0900
parents 802dcd44188e
children c1e191d1b02a
comparison
equal deleted inserted replaced
468:802dcd44188e 469:68231013b01b
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 }
10
11 .paste-content {
12 border: none;
13 background-color: #fff;
14 padding: 0px;
15 margin: 0px;
18 } 16 }
19 17
20 .paste-show { 18 .paste-show {
21 padding: $grid-gutter-width/2; 19 padding: $grid-gutter-width/2;
22 margin-bottom: $grid-gutter-width/2; 20 margin-bottom: $grid-gutter-width/2;
23 21
24 border-width: 0px 1px 1px 1px; 22 border-width: 0px 1px 1px 1px;
25 border-style: solid; 23 border-style: solid;
26 border-color: $nav-tabs-active-link-hover-border-color; 24 border-color: $nav-tabs-border-color;
27 border-radius: 0px 0px $border-radius-base $border-radius-base; 25 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 } 26 }
44 27
45 .zp-hl { 28 .zp-hl {
46 background-color: #fff; 29 background-color: #fff;
47 padding: 0px; 30 padding: 0px;
48 } 31 }
49
50 .zp-header {
51 margin-top: 0px;
52 }
53