Adding font files

This commit is contained in:
Fabian
2019-07-26 16:04:31 +02:00
parent e394c002f4
commit efd539f456
12 changed files with 291 additions and 6 deletions

View File

@ -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;

View File

@ -2,4 +2,8 @@
li:hover {
background: darken-brighten-color($background, 5%);
}
}
.list-selected {
background: darken-brighten-color($background, 10%);
}