blob: 405f29d6594656259c51245a133c0f7b1e7c6005 (
plain) (
tree)
|
|
@use '_mixins' as *;
@use '_variables' as *;
.modal-body {
font-size: 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.mascot-fw {
width: 170px;
}
.mascot {
@include margin-right(2rem);
display: block;
min-width: 170px;
}
.subtitle {
font-weight: $font-semibold;
margin-bottom: 10px;
font-size: 16px;
}
li {
margin-bottom: 10px;
}
|