parameterize download button color
This commit is contained in:
parent
299b595581
commit
b20e185bf2
@ -219,6 +219,7 @@
|
|||||||
},
|
},
|
||||||
"appTheme": {
|
"appTheme": {
|
||||||
"accentColor": "#249899",
|
"accentColor": "#249899",
|
||||||
|
"downloadClass": "orange",
|
||||||
"invertedMenu": true,
|
"invertedMenu": true,
|
||||||
"defaultLocale": "de",
|
"defaultLocale": "de",
|
||||||
"logoUrl": "https://calliope.cc/about",
|
"logoUrl": "https://calliope.cc/about",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
@secondaryColor: #43C9C9;
|
@secondaryColor: #43C9C9;
|
||||||
|
|
||||||
@red:#E81123;
|
@red:#E81123;
|
||||||
@orange:#F8C525;
|
@orange:#D78C01;
|
||||||
@yellow:#EEDA47;
|
@yellow:#EEDA47;
|
||||||
@green:#3FC863;
|
@green:#3FC863;
|
||||||
@teal:#008272;
|
@teal:#008272;
|
||||||
|
@ -1,6 +1,2 @@
|
|||||||
/* Import all components */
|
/* Import all components */
|
||||||
@import 'semantic';
|
@import 'semantic';
|
||||||
|
|
||||||
.ui.download.button {
|
|
||||||
background:#D78C01;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user