SiteWebAstrolabe/src/scss/components/_modal.scss

18 lines
229 B
SCSS
Raw Normal View History

.modal-content {
border: 0;
border-radius: 1.5rem;
.modal-header,
.modal-body,
.modal-footer {
padding: 1.5rem;
border: 0;
}
h3 {
@include apply-utility('font', 'brand');
font-size: 1.5rem;
}
}