Skip to content

Commit 467e00d

Browse files
committed
working on sass
1 parent abe35a0 commit 467e00d

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

resources/assets/sass/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
@import "variables";
55
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
6+
@import "theme"

resources/assets/sass/theme.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
// Buttons
3+
.btn {
4+
box-sizing: border-box;
5+
display: inline-block;
6+
font-family: 'Raleway';
7+
font-weight: 600;
8+
height: 38px;
9+
letter-spacing: .1rem;
10+
line-height: 38px;
11+
padding: 0 20px;
12+
text-align: center;
13+
text-transform: uppercase;
14+
white-space: nowrap;
15+
}

resources/assets/sass/variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ $navbar-default-bg: #fff;
2929

3030
// Buttons
3131
$btn-default-color: $text-color;
32-
$btn-font-size: $font-size-base;
32+
$btn-font-size: 11px;
33+
$btn-font-weight: 600;
3334

3435
// Inputs
3536
$input-border: lighten($text-color, 40%);

0 commit comments

Comments
 (0)