mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 10:56:22 +00:00
20 lines
316 B
SCSS
20 lines
316 B
SCSS
|
|
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}}';
|
|
}
|
|
}
|