File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
@import " variables" ;
5
5
@import " node_modules/bootstrap-sass/assets/stylesheets/bootstrap" ;
6
+ @import " theme"
Original file line number Diff line number Diff line change
1
+
2
+ // Buttons
3
+ .btn {
4
+ box-sizing : border-box ;
5
+ display : inline-block ;
6
+ font-family : ' Raleway' ;
7
+ font-weight : 600 ;
8
+ height : 38px ;
9
+ letter-spacing : .1rem ;
10
+ line-height : 38px ;
11
+ padding : 0 20px ;
12
+ text-align : center ;
13
+ text-transform : uppercase ;
14
+ white-space : nowrap ;
15
+ }
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ $navbar-default-bg: #fff;
29
29
30
30
// Buttons
31
31
$btn-default-color : $text-color ;
32
- $btn-font-size : $font-size-base ;
32
+ $btn-font-size : 11px ;
33
+ $btn-font-weight : 600 ;
33
34
34
35
// Inputs
35
36
$input-border : lighten ($text-color , 40% );
You can’t perform that action at this time.
0 commit comments