parameterize download button color

This commit is contained in:
Peli de Halleux 2016-10-20 19:36:00 -07:00
parent 299b595581
commit b20e185bf2
3 changed files with 2 additions and 5 deletions

View File

@ -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",

View File

@ -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;

View File

@ -1,6 +1,2 @@
/* Import all components */ /* Import all components */
@import 'semantic'; @import 'semantic';
.ui.download.button {
background:#D78C01;
}