mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-02 20:27:16 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
committed by
Francis Lachapelle
parent
a87bbc2de5
commit
5217c0ac64
@@ -0,0 +1,14 @@
|
||||
.md-subheader.md-THEME_NAME-theme {
|
||||
color: '{{ foreground-2-0.23 }}';
|
||||
background-color: '{{background-hue-3}}';
|
||||
|
||||
&.md-primary {
|
||||
color: '{{primary-color}}'
|
||||
}
|
||||
&.md-accent {
|
||||
color: '{{accent-color}}'
|
||||
}
|
||||
&.md-warn {
|
||||
color: '{{warn-color}}'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user