comparison app/assets/stylesheets/application.scss @ 456:caac9bc885b4

More font size
author nanaya <me@nanaya.pro>
date Tue, 14 Nov 2017 22:49:16 +0900
parents 76153b601d7e
children 802dcd44188e
comparison
equal deleted inserted replaced
455:76153b601d7e 456:caac9bc885b4
1 @import "bootstrap-zp"; 1 @import "bootstrap-zp";
2 @import "highlightjs"; 2 @import "highlightjs";
3 3
4 .input-url1 { display: none !important; } 4 .input-url1 { display: none !important; }
5
6 // overrides bootstrap
7 .form-control {
8 font-size: 16px;
9 }
5 10
6 .form-group--narrow { 11 .form-group--narrow {
7 max-width: 300px; 12 max-width: 300px;
8 } 13 }
9 14
10 .paste-paste { 15 .paste-paste {
11 resize: vertical; 16 resize: vertical;
12 font-family: $font-family-monospace; 17 font-family: $font-family-monospace;
13 font-size: 16px;
14 } 18 }
15 19
16 .paste-show { 20 .paste-show {
17 padding: $grid-gutter-width/2; 21 padding: $grid-gutter-width/2;
18 margin-bottom: $grid-gutter-width/2; 22 margin-bottom: $grid-gutter-width/2;