mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
25 lines
341 B
SCSS
25 lines
341 B
SCSS
.transaction-confirmed {
|
|
&__title {
|
|
@include H3;
|
|
|
|
font-weight: 500;
|
|
padding: 16px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
&__description {
|
|
@include H6;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
&__content {
|
|
overflow-y: auto;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 16px;
|
|
}
|
|
}
|