fleet/frontend/components/forms/LabelForm/_styles.scss
Martavis Parker 0cb8326423
Fixed style for action buttons in all modals (#5402)
* fixed style for action buttons in all modals

* fixed tests and modified more components

* fixed class reference in test

* removed unused file
2022-04-27 13:40:28 -07:00

41 lines
651 B
SCSS

.label-form {
&__label-title,
&__label-description {
width: 100%;
}
&__label-platform {
font-size: $x-small;
font-weight: $regular;
color: $core-fleet-black;
padding-bottom: $pad-large;
p {
padding-bottom: $pad-small;
margin-top: 0;
margin-bottom: 0;
}
.title {
font-weight: $bold;
}
.hint {
color: $core-fleet-blue;
padding-top: $pad-small;
}
}
.query-form__run-query-btn,
.query-form__stop-query-btn {
margin-left: $pad-xsmall;
}
&__cancel-btn {
margin-right: $pad-medium;
}
&__text-editor-wrapper {
margin: $pad-large 0;
}
}