7 lines
117 B
CSS
7 lines
117 B
CSS
|
.modal__warning-box {
|
||
|
background-color: #ddd;
|
||
|
padding: 15px;
|
||
|
border-radius: 5px;
|
||
|
margin-top: 15px;
|
||
|
}
|