2021-08-25 20:06:35 +00:00
|
|
|
.enroll-secret-modal {
|
|
|
|
|
&__reveal-secret {
|
|
|
|
|
float: right;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pre,
|
|
|
|
|
code {
|
|
|
|
|
background-color: $ui-off-white;
|
|
|
|
|
color: $core-fleet-blue;
|
2023-01-05 15:23:27 +00:00
|
|
|
border: 1px solid $ui-fleet-black-10;
|
2025-01-22 15:22:59 +00:00
|
|
|
border-radius: $border-radius;
|
2021-08-25 20:06:35 +00:00
|
|
|
padding: 7px $pad-medium;
|
|
|
|
|
margin: $pad-large 0 0 44px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__error {
|
|
|
|
|
color: $ui-error;
|
|
|
|
|
}
|
2025-09-29 17:10:41 +00:00
|
|
|
|
|
|
|
|
&__header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty-table__container {
|
|
|
|
|
margin: $pad-large auto $pad-medium;
|
|
|
|
|
}
|
2021-08-25 20:06:35 +00:00
|
|
|
}
|