mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 01:19:45 +08:00
29 lines
463 B
SCSS
29 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;
|
||
|
}
|
||
|
}
|
||
|
}
|