mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
(css) Drop unused "theme" Sass files
Only the original ng-material theme files are used in the build process of ng-material (using gulp).
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
/// 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}}';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user