fleet/frontend/components/EnrollSecrets/EnrollSecretTable/EnrollSecretRow/_styles.scss

27 lines
496 B
SCSS
Raw Normal View History

.enroll-secrets {
&__secret {
display: flex;
align-items: center;
// this is doubled to make an 8px space due to presence of width:0 relatively-positioned 2nd flex child
gap: 4px;
2025-04-23 18:42:30 +00:00
.form-field {
margin-bottom: 0;
}
.form-field__label {
position: relative;
font-size: $x-small;
font-weight: $bold;
margin-bottom: 0;
height: 0;
min-height: 0;
}
}
2025-04-23 18:42:30 +00:00
&__edit-delete-btns {
display: flex;
gap: $pad-xsmall;
}
}