mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
21 lines
330 B
SCSS
21 lines
330 B
SCSS
.enroll-secret-modal {
|
|
&__reveal-secret {
|
|
float: right;
|
|
text-decoration: none;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
|
|
&__header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.empty-table__container {
|
|
margin: $pad-large auto $pad-medium;
|
|
gap: $pad-medium;
|
|
}
|
|
}
|