mirror of
https://github.com/harness/drone.git
synced 2025-05-06 23:13:05 +08:00
17 lines
298 B
SCSS
17 lines
298 B
SCSS
.main {
|
|
.title {
|
|
--typography-size: 20px !important;
|
|
}
|
|
|
|
.description textarea {
|
|
height: 300px !important;
|
|
}
|
|
|
|
.checkbox {
|
|
color: var(--grey-600);
|
|
font-size: var(--form-input-font-size) !important;
|
|
font-weight: 500 !important;
|
|
display: inline-flex !important;
|
|
}
|
|
}
|