mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
22 lines
284 B
SCSS
22 lines
284 B
SCSS
.modal-content {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 16px 0;
|
|
|
|
&__title {
|
|
@include H3;
|
|
|
|
font-weight: 500;
|
|
padding: 16px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
&__description {
|
|
@include H6;
|
|
|
|
text-align: center;
|
|
}
|
|
}
|