sogo/UI/WebServerResources/scss/components/bottomSheet/bottomSheet.scss
Benoit Favreault e756053f8b Replace bottom-bar by bottom-sheet
Adjust sidenav layout
Unify background colors
2015-06-12 11:18:00 -04:00

17 lines
392 B
SCSS

@import 'extends';
md-bottom-sheet.md-default-theme {
border: none;
background-color: transparent;
}
md-bottom-sheet.md-default-theme .md-button.md-default-theme {
&:hover:not([disabled]) {
background-color: transparent;
color: sg-color($sogoBlue, 800);
}
&[disabled] {
padding: 6px; // The server remove the 'a' tag when disabling
text-transform: uppercase;
}
}