open-vault/ui/app/styles/components/namespace-reminder.scss
Hamid Ghaf 27bb03bbc0
adding copyright header (#19555)
* adding copyright header

* fix fmt and a test
2023-03-15 09:00:52 -07:00

25 lines
423 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.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;
}
}