Commit e294360287ec52c9b5a0c7d1d6c21626aa1c171f

Authored by Zambom
1 parent a3697cc9

Changing badge background in red theme

amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc
No preview for this file type
amadeus/static/css/themes/red.css
... ... @@ -19,7 +19,7 @@ body .container-fluid .well-inverse {
19 19 color: #424242; }
20 20  
21 21 .notify_badge {
22   - background-color: #616161 !important; }
  22 + background-color: #039BE5 !important; }
23 23  
24 24 .access-subject {
25 25 background-color: #039BE5 !important;
... ...
amadeus/static/css/themes/red.sass
... ... @@ -6,7 +6,7 @@ $secondary-color: #A31616
6 6 $primary-title: #424242
7 7 $secondary-title: #D32F2F
8 8  
9   -$primary-badge: #616161
  9 +$primary-badge: #039BE5
10 10  
11 11 $primary-menu-bg: #D32F2F
12 12 $primary-menu-color: #333333
... ...