SiteWebAstrolabe/src/scss/components/_modal.scss
Yves Gatesoupe df8c6d3a2b fixed blue text color on post thumbnail hover
added remove dist before build
modal style
fix tag result list size
profil Elias
2021-11-29 17:29:59 +01:00

18 lines
229 B
SCSS

.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;
}
}