Exporting base styles
This commit is contained in:
17
src/theme/_btn.scss
Normal file
17
src/theme/_btn.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.btn {
|
||||
@include Elevation(1);
|
||||
background: $button-color;
|
||||
|
||||
&:hover {
|
||||
background: darken($button-color, 5%);
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: lighten($button-color, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.fab {
|
||||
@include Elevation(8);
|
||||
background: $button-color;
|
||||
}
|
Reference in New Issue
Block a user