working on sass

This commit is contained in:
Taylor Otwell
2016-07-23 18:03:43 -05:00
parent abe35a095c
commit 467e00d9d4
3 changed files with 18 additions and 1 deletions

15
resources/assets/sass/theme.scss vendored Normal file
View 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;
}