work on default styling

This commit is contained in:
Taylor Otwell
2016-07-23 21:17:56 -05:00
parent 1cbbf41c0c
commit cfb5a68cd4
5 changed files with 20 additions and 60 deletions

View File

@@ -7,6 +7,3 @@
// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
// Custom Styling
@import "theme"

View File

@@ -1,16 +0,0 @@
// Buttons
.btn {
box-sizing: border-box;
display: inline-block;
font-family: 'Raleway';
font-size: 11px;
font-weight: 600;
height: 38px;
letter-spacing: .1rem;
line-height: 38px;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
}

View File

@@ -29,7 +29,7 @@ $navbar-default-bg: #fff;
// Buttons
$btn-default-color: $text-color;
$btn-font-weight: 600;
$btn-font-weight: 400;
// // Inputs
$input-border: lighten($text-color, 40%);