sogo/UI/WebServerResources/scss/components/bottomSheet/bottomSheet.scss

21 lines
570 B
SCSS
Raw Normal View History

@import 'extends';
md-bottom-sheet.md-default-theme {
border: none;
2015-04-02 08:58:37 +02:00
background-color: inherit;
2015-04-24 23:41:05 +02:00
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]) {
2015-04-02 08:58:37 +02:00
background-color: inherit;
2015-04-24 23:41:05 +02:00
background-image: url("../img/cardboard-transp.png");
background-blend-mode: multiply;
color: sg-color($sogoBlue, 800);
}
&[disabled] {
padding: 6px; // The server remove the 'a' tag when disabling
text-transform: uppercase;
}
2015-04-24 23:41:05 +02:00
}