Commit e5cb0a35 authored by Taylor Otwell's avatar Taylor Otwell

working on sass

parent 467e00d9
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,6 +4,7 @@ ...@@ -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; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment