28 lines
481 B
SCSS
28 lines
481 B
SCSS
.isUpdateModal {
|
|
background-color: rgb(21, 25, 29);
|
|
background-size: 100% auto;
|
|
background-repeat: no-repeat;
|
|
color: #ffffff;
|
|
padding: 130px 30px 0;
|
|
box-sizing: border-box;
|
|
|
|
.remarks {
|
|
width: 100%;
|
|
color: #C8C8C8;
|
|
min-height: 240px;
|
|
max-height: 240px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.buttons {
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
.button2 {
|
|
padding: 10px 0;
|
|
color: #555454;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
} |