2021-07-11 02:31:33 +00:00
|
|
|
.ds-modal {
|
2021-07-11 03:29:19 +00:00
|
|
|
padding: 0 !important;
|
2021-07-11 02:31:33 +00:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: left;
|
|
|
|
color: #313747;
|
|
|
|
font-weight: 900;
|
|
|
|
letter-spacing: 0.025rem;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-header,
|
|
|
|
.modal-footer {
|
|
|
|
border: none;
|
2021-07-11 04:16:42 +00:00
|
|
|
padding: 2rem;
|
2021-07-23 07:27:49 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin: 0 0.2rem 0 0;
|
|
|
|
}
|
2021-07-11 02:31:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
padding: 0 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
border-radius: 3px;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-backdrop {
|
|
|
|
background-color: #172b4d;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-dialog {
|
|
|
|
padding: 0;
|
|
|
|
}
|