mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
28 lines
463 B
SCSS
28 lines
463 B
SCSS
#create-task-modal {
|
|
.modal-dialog {
|
|
width: 360px;
|
|
|
|
.description {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.select-block {
|
|
display: inline-block;
|
|
padding-bottom: 16px;
|
|
position: relative;
|
|
width: 100%;
|
|
|
|
label {
|
|
@include font-small;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
user-select: none;
|
|
}
|
|
}
|
|
|
|
.modal-footer {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|