mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
Made bottom sheet opaque
This commit is contained in:
committed by
Francis Lachapelle
parent
a75719e151
commit
5797e70358
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user