mirror of
https://github.com/fleetdm/fleet
synced 2026-05-11 11:11:10 +00:00
32 lines
464 B
SCSS
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;
|
|
}
|
|
}
|