fleet/frontend/components/forms/LabelForm/_styles.scss
2021-04-14 17:52:15 +01:00

32 lines
464 B
SCSS

.label-form {
&__label-title,
&__label-description {
width: 100%;
}
&__button-wrap {
display: flex;
justify-content: flex-end;
.query-form__run-query-btn,
.query-form__stop-query-btn {
margin-left: $pad-xsmall;
}
.kolide-timer {
display: block;
}
}
&__cancel-btn {
margin-right: $pad-medium;
}
&__save-btn {
padding: 7px 28px;
}
&__text-editor-wrapper {
margin: $pad-large 0;
}
}