32 lines
484 B
CSS
32 lines
484 B
CSS
.modal-body {
|
|
user-select: none;
|
|
}
|
|
|
|
.titleInput {
|
|
font-size: 14px;
|
|
color: #4E4E4E;
|
|
}
|
|
|
|
.btn-cancel {
|
|
padding: 6px 10px;
|
|
width: 190px;
|
|
}
|
|
|
|
.btn-save {
|
|
padding: 6px 10px;
|
|
width: 190px;
|
|
background-color: #84CC16;
|
|
border-radius: 5px;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.percentageInput {
|
|
top: 50%;
|
|
left: 8px;
|
|
color: #8B8B8B;
|
|
transform: translate(0, -50%);
|
|
} |