13 lines
217 B
SCSS
13 lines
217 B
SCSS
|
.namespace-reminder {
|
||
|
color: $grey;
|
||
|
margin: 0 0 $size-6 0;
|
||
|
}
|
||
|
|
||
|
.console-reminder p.namespace-reminder {
|
||
|
margin-bottom: 0;
|
||
|
opacity: 0.7;
|
||
|
position: absolute;
|
||
|
color: $grey;
|
||
|
font-family: $family-monospace;
|
||
|
}
|