working on sass
This commit is contained in:
1
resources/assets/sass/app.scss
vendored
1
resources/assets/sass/app.scss
vendored
@@ -3,3 +3,4 @@
|
||||
|
||||
@import "variables";
|
||||
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
||||
@import "theme"
|
||||
|
||||
15
resources/assets/sass/theme.scss
vendored
Normal file
15
resources/assets/sass/theme.scss
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
// 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;
|
||||
}
|
||||
3
resources/assets/sass/variables.scss
vendored
3
resources/assets/sass/variables.scss
vendored
@@ -29,7 +29,8 @@ $navbar-default-bg: #fff;
|
||||
|
||||
// Buttons
|
||||
$btn-default-color: $text-color;
|
||||
$btn-font-size: $font-size-base;
|
||||
$btn-font-size: 11px;
|
||||
$btn-font-weight: 600;
|
||||
|
||||
// Inputs
|
||||
$input-border: lighten($text-color, 40%);
|
||||
|
||||
Reference in New Issue
Block a user