open-vault/ui/app/styles/components/namespace-reminder.scss
Matthew Irish 966c7dbf02
UI - New navbar and mount icons everywhere (#778)
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
2018-10-21 14:19:34 -05:00

20 lines
345 B
SCSS

.namespace-reminder {
color: $grey;
margin: 0 0 $size-6 0;
}
.console-reminder p.namespace-reminder {
color: $grey;
font-family: $family-monospace;
font-size: $size-8;
margin: $spacing-xxs 0 0;
opacity: 0.7;
position: absolute;
.tag {
background-color: $ui-gray-800;
color: $light-grey;
font-size: $size-9;
}
}