sogo/UI/WebServerResources/scss/components/bottomSheet/bottom-sheet.scss

31 lines
755 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 {
2015-07-08 20:31:25 +02:00
md-list-item {
md-icon {
margin-right: $bottom-sheet-icon-after-margin;
vertical-align: text-bottom;
}
}
}
md-bottom-sheet.md-default-theme .md-button.md-default-theme {
&:hover:not([disabled]),
&:hover:not([disabled]) md-icon {
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
}