You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
284 B
22 lines
284 B
6 years ago
|
.modal-content {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
padding: 16px 0;
|
||
|
|
||
|
&__title {
|
||
4 years ago
|
@include H3;
|
||
|
|
||
6 years ago
|
font-weight: 500;
|
||
|
padding: 16px 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
&__description {
|
||
4 years ago
|
@include H6;
|
||
|
|
||
6 years ago
|
text-align: center;
|
||
|
}
|
||
|
}
|