blob: d99edaf7af6e433c8e89db4532a4111fa44eec9b (
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;
width: 170px;
height: 220px;
}
.subtitle {
font-weight: $font-semibold;
margin-bottom: 10px;
font-size: 16px;
}
li {
margin-bottom: 10px;
}
|