mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +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;
|
|
}
|
|
}
|