drone/web/src/components/CreatePullRequestModal/CreatePullRequestModal.module.scss
Tan Nhu a2cac1e82b API integration for different type of merges (#268)
Co-authored-by: Tan Nhu <tnhu@users.noreply.github.com>
2023-01-31 08:41:46 -08:00

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;
}
}