mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
30 lines
494 B
SCSS
30 lines
494 B
SCSS
.enroll-secret-modal {
|
|
&__reveal-secret {
|
|
float: right;
|
|
text-decoration: none;
|
|
}
|
|
|
|
&__secret-wrapper {
|
|
position: relative;
|
|
margin: $pad-medium 0;
|
|
}
|
|
|
|
pre,
|
|
code {
|
|
background-color: $ui-off-white;
|
|
color: $core-fleet-blue;
|
|
border: 1px solid $ui-fleet-black-10;
|
|
border-radius: 4px;
|
|
padding: 7px $pad-medium;
|
|
margin: $pad-large 0 0 44px;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
|
|
.enroll-secrets__copy-secret-icon {
|
|
padding-right: 0;
|
|
}
|
|
}
|