Commit a2c27ce59c72b49534d49bb5e5b3e52b91115362

Authored by felipebormann
1 parent 4812073d

fixed topic panel header

amadeus/static/css/.sass-cache/064d6f773ef38851a5655d63e666097a9c1f0155/black.sassc
No preview for this file type
amadeus/static/css/themes/black.css
@@ -145,7 +145,7 @@ a.btn.btn-sm.btn-success.btn-raised { @@ -145,7 +145,7 @@ a.btn.btn-sm.btn-success.btn-raised {
145 145
146 /* === Resources Common (ex: PDF, WebPage) App === */ 146 /* === Resources Common (ex: PDF, WebPage) App === */
147 .topic-panel > .panel-heading { 147 .topic-panel > .panel-heading {
148 - background-color: #197f7f !important; } 148 + background-color: #5e6262 !important; }
149 149
150 .topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { 150 .topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i {
151 color: #3b444b; } 151 color: #3b444b; }
amadeus/static/css/themes/black.sass
@@ -3,7 +3,7 @@ $primary-color: #0e1111 //lighter shade of red @@ -3,7 +3,7 @@ $primary-color: #0e1111 //lighter shade of red
3 $primary-hover: #474b4b 3 $primary-hover: #474b4b
4 $secondary-color: #232b2b //lighter shade of green 4 $secondary-color: #232b2b //lighter shade of green
5 $secondary-l2-color: #353839 //subject header and items color 5 $secondary-l2-color: #353839 //subject header and items color
6 -$third-color: #197f7f 6 +$third-color: #5e6262
7 $default-white: #F5F5F5 7 $default-white: #F5F5F5
8 $white: #FFFFFF 8 $white: #FFFFFF
9 $disabled: #414a4c //light shade of gray 9 $disabled: #414a4c //light shade of gray