forked from AstrolabeCAE/SiteWebAstrolabe_public
18 lines
240 B
SCSS
18 lines
240 B
SCSS
.modal-content {
|
|
border: 0;
|
|
border-radius: 1.5rem;
|
|
|
|
.modal-header,
|
|
.modal-body,
|
|
.modal-footer {
|
|
padding: 1.5rem;
|
|
border: 0;
|
|
}
|
|
|
|
h3 {
|
|
font-family: #{map-get($tokens, 'fonts', 'brand')};
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|
|
|