diff --git a/app/assets/stylesheets/dunlop/components/_environment-ribbon.sass b/app/assets/stylesheets/dunlop/components/_environment-ribbon.sass index 2bcae00..036133f 100644 --- a/app/assets/stylesheets/dunlop/components/_environment-ribbon.sass +++ b/app/assets/stylesheets/dunlop/components/_environment-ribbon.sass @@ -1,3 +1,15 @@ +//_environment-info +.ui.inverted.menu + .environment.item + &.staging, &.development, &.test, &.alpaga + background-color: #A5673F !important + border-color: #A5673F !important + color: #FFFFFF !important + &.production, &.cambrinus + background-color: #21BA45 !important + border-color: #21BA45 !important + color: #FFFFFF !important + // inspired by http://www.cssportal.com/css-ribbon-generator/ .environment-ribbon position: fixed