stub out objects for per library settings

This commit is contained in:
Luke Pulverenti 2016-08-13 01:49:00 -04:00
parent b6e47ab6ec
commit d28cb2cc7e
8 changed files with 21 additions and 53 deletions

View file

@ -30,11 +30,7 @@
text-transform: uppercase;
}
.emby-button.raised {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.emby-button.fab {
.emby-button.raised, .emby-button.fab {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}