mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
15 lines
217 B
SCSS
15 lines
217 B
SCSS
.secret-editor-modal {
|
|
&__reveal-secret {
|
|
float: right;
|
|
text-decoration: none;
|
|
}
|
|
|
|
&__secret-wrapper {
|
|
position: relative;
|
|
margin: $pad-medium 0 0 0;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
}
|