datasurvey/src/main/webapp/content/scss/paper-dashboard/_datasurvey-modal.scss

43 lines
576 B
SCSS

.ds-modal {
padding: 0 !important;
h1 {
text-align: left;
color: #313747;
font-weight: 900;
letter-spacing: 0.025rem;
font-size: 1.2rem;
}
.modal-header,
.modal-footer {
border: none;
padding: 2rem !important;
display: flex;
align-items: center;
label {
margin: 0 0.2rem 0 0;
}
}
.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;
}