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;
|
||||
|
@ -2,4 +2,8 @@
|
||||
li:hover {
|
||||
background: darken-brighten-color($background, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.list-selected {
|
||||
background: darken-brighten-color($background, 10%);
|
||||
}
|
Reference in New Issue
Block a user