mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
40 lines
608 B
SCSS
40 lines
608 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;
|
|
}
|
|
}
|
|
|
|
&__button-wrap {
|
|
margin: 0;
|
|
margin-top: $pad-large;
|
|
display: flex;
|
|
gap: $pad-medium;
|
|
}
|
|
|
|
&__text-editor-wrapper {
|
|
margin: $pad-large 0;
|
|
}
|
|
}
|