mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
22 lines
No EOL
343 B
SCSS
22 lines
No EOL
343 B
SCSS
.environment {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
pointer-events: none;
|
|
z-index: 9999;
|
|
box-sizing: border-box;
|
|
|
|
&.staging {
|
|
border: 5px dashed #ff00c8;
|
|
}
|
|
|
|
&.development {
|
|
border: 5px dashed #00ff00;
|
|
}
|
|
|
|
&.uat {
|
|
border: 5px dashed #001aff;
|
|
}
|
|
} |