work on default styling
This commit is contained in:
3
resources/assets/sass/app.scss
vendored
3
resources/assets/sass/app.scss
vendored
@@ -7,6 +7,3 @@
|
||||
|
||||
// Bootstrap
|
||||
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
||||
|
||||
// Custom Styling
|
||||
@import "theme"
|
||||
|
||||
16
resources/assets/sass/theme.scss
vendored
16
resources/assets/sass/theme.scss
vendored
@@ -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;
|
||||
}
|
||||
2
resources/assets/sass/variables.scss
vendored
2
resources/assets/sass/variables.scss
vendored
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user