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

20 lines
401 B
SCSS
Raw Normal View History

2015-04-10 21:37:00 +02:00
/// bottomSheet-theme.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
md-bottom-sheet.md-THEME_NAME-theme {
background-color: '{{background-50}}';
border-top-color: '{{background-300}}';
&.md-list {
md-item {
color: '{{foreground-1}}';
}
}
.md-subheader {
background-color: '{{background-50}}';
}
.md-subheader {
color: '{{foreground-1}}';
}
}