working on sass
This commit is contained in:
parent
467e00d9d4
commit
e5cb0a350a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: 'Raleway';
|
font-family: 'Raleway';
|
||||||
|
font-size: 11px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
letter-spacing: .1rem;
|
letter-spacing: .1rem;
|
||||||
|
|
|
@ -29,7 +29,6 @@ $navbar-default-bg: #fff;
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
$btn-default-color: $text-color;
|
$btn-default-color: $text-color;
|
||||||
$btn-font-size: 11px;
|
|
||||||
$btn-font-weight: 600;
|
$btn-font-weight: 600;
|
||||||
|
|
||||||
// Inputs
|
// Inputs
|
||||||
|
|
Loading…
Reference in New Issue