Commit e294360287ec52c9b5a0c7d1d6c21626aa1c171f
1 parent
a3697cc9
Exists in
master
and in
2 other branches
Changing badge background in red theme
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
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,7 +19,7 @@ body .container-fluid .well-inverse { | ||
19 | color: #424242; } | 19 | color: #424242; } |
20 | 20 | ||
21 | .notify_badge { | 21 | .notify_badge { |
22 | - background-color: #616161 !important; } | 22 | + background-color: #039BE5 !important; } |
23 | 23 | ||
24 | .access-subject { | 24 | .access-subject { |
25 | background-color: #039BE5 !important; | 25 | background-color: #039BE5 !important; |
amadeus/static/css/themes/red.sass
@@ -6,7 +6,7 @@ $secondary-color: #A31616 | @@ -6,7 +6,7 @@ $secondary-color: #A31616 | ||
6 | $primary-title: #424242 | 6 | $primary-title: #424242 |
7 | $secondary-title: #D32F2F | 7 | $secondary-title: #D32F2F |
8 | 8 | ||
9 | -$primary-badge: #616161 | 9 | +$primary-badge: #039BE5 |
10 | 10 | ||
11 | $primary-menu-bg: #D32F2F | 11 | $primary-menu-bg: #D32F2F |
12 | $primary-menu-color: #333333 | 12 | $primary-menu-color: #333333 |