2021-08-26 08:22:33 +02:00
|
|
|
@use '_variables' as *;
|
2023-02-20 14:51:29 +01:00
|
|
|
@use '_mixins' as *;
|
2021-08-26 08:22:33 +02:00
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mascot-fw {
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mascot {
|
|
|
|
@include margin-right(2rem);
|
|
|
|
|
|
|
|
display: block;
|
2021-08-27 09:30:32 +02:00
|
|
|
width: 170px;
|
|
|
|
height: 220px;
|
2021-08-26 08:22:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font-weight: $font-semibold;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|