mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
14 lines
156 B
SCSS
14 lines
156 B
SCSS
.notification-page {
|
|
display: flex;
|
|
flex-flow: column;
|
|
height: 100%;
|
|
|
|
&__content {
|
|
flex: 1;
|
|
}
|
|
|
|
&__warning-icon {
|
|
font-size: 54px;
|
|
}
|
|
}
|