Environment menu item
This commit is contained in:
@@ -6,6 +6,7 @@ $non-default-attention-color: #f2711c;
|
||||
|
||||
@import "./components/collapsible-content";
|
||||
@import "./components/error-handling";
|
||||
@import "./components/environment-info";
|
||||
@import "./components/modal";
|
||||
@import "./components/flash-message";
|
||||
@import "./components/forms";
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
//_environment-info
|
||||
.ui.inverted.menu
|
||||
.environment.item
|
||||
&.staging, &.development, &.test
|
||||
background-color: #A5673F !important
|
||||
border-color: #A5673F !important
|
||||
color: #FFFFFF !important
|
||||
&.production
|
||||
background-color: #21BA45 !important
|
||||
border-color: #21BA45 !important
|
||||
color: #FFFFFF !important
|
||||
|
||||
Reference in New Issue
Block a user