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;
|
||||
display: inline-block;
|
||||
font-family: 'Raleway';
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
height: 38px;
|
||||
letter-spacing: .1rem;
|
||||
|
|
|
@ -29,7 +29,6 @@ $navbar-default-bg: #fff;
|
|||
|
||||
// Buttons
|
||||
$btn-default-color: $text-color;
|
||||
$btn-font-size: 11px;
|
||||
$btn-font-weight: 600;
|
||||
|
||||
// Inputs
|
||||
|
|
Loading…
Reference in New Issue