Made bottom sheet opaque

pull/91/head
Benoit Favreault 2015-04-02 02:58:37 -04:00 committed by Francis Lachapelle
parent a75719e151
commit 5797e70358
1 changed files with 6 additions and 2 deletions

View File

@ -2,12 +2,16 @@
md-bottom-sheet.md-default-theme {
border: none;
background-color: transparent;
background-color: inherit;
background-image: url("../img/cardboard-transp.png");
background-blend-mode: multiply;
}
md-bottom-sheet.md-default-theme .md-button.md-default-theme {
&:hover:not([disabled]) {
background-color: transparent;
background-color: inherit;
background-image: url("../img/cardboard-transp.png");
background-blend-mode: multiply;
color: sg-color($sogoBlue, 800);
}
&[disabled] {