Commit 467e00d9 authored by Taylor Otwell's avatar Taylor Otwell

working on sass

parent abe35a09
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
@import "variables"; @import "variables";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import "theme"
// Buttons
.btn {
box-sizing: border-box;
display: inline-block;
font-family: 'Raleway';
font-weight: 600;
height: 38px;
letter-spacing: .1rem;
line-height: 38px;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
}
...@@ -29,7 +29,8 @@ $navbar-default-bg: #fff; ...@@ -29,7 +29,8 @@ $navbar-default-bg: #fff;
// Buttons // Buttons
$btn-default-color: $text-color; $btn-default-color: $text-color;
$btn-font-size: $font-size-base; $btn-font-size: 11px;
$btn-font-weight: 600;
// Inputs // Inputs
$input-border: lighten($text-color, 40%); $input-border: lighten($text-color, 40%);
......
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