Adding font files
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
.btn {
|
||||
@include Elevation(1);
|
||||
.btn-flat {
|
||||
background: $button-color;
|
||||
|
||||
&:hover {
|
||||
@ -11,6 +10,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
@include Elevation(1);
|
||||
@extend .btn-flat;
|
||||
}
|
||||
|
||||
.fab {
|
||||
@include Elevation(8);
|
||||
background: $button-color;
|
||||
|
Reference in New Issue
Block a user