working on sass

This commit is contained in:
Taylor Otwell 2016-07-23 18:05:38 -05:00
parent 467e00d9d4
commit e5cb0a350a
4 changed files with 2 additions and 3 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -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