Commit 207b5d263ebb2cfae1db2f0dfc802c0eda387ad6

Authored by Zambom
1 parent 6937f679

Changing pendencies notification alert color

amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/green.sassc
No preview for this file type
amadeus/static/css/themes/green.css
... ... @@ -383,7 +383,7 @@ a.add-row {
383 383 color: #FF0000; }
384 384  
385 385 .alert-low {
386   - background-color: #FFD800; }
  386 + background-color: #dfbd31; }
387 387  
388 388 .alert-medium {
389 389 background-color: #FF9000; }
... ...
amadeus/static/css/themes/green.sass
... ... @@ -526,7 +526,7 @@ a.add-row
526 526 color: #FF0000
527 527  
528 528 .alert-low
529   - background-color: #FFD800
  529 + background-color: #dfbd31
530 530  
531 531 .alert-medium
532 532 background-color: #FF9000
... ...