1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 07:16:36 +01:00
metamask-extension/ui/components/app/snaps/snap-ui-renderer/index.scss
2023-07-07 15:10:58 +02:00

35 lines
442 B
SCSS

.snap-ui-renderer {
&__error {
margin-top: 0 !important;
}
&__spinner {
width: 30px;
}
&__divider {
width: 100%;
height: 1px;
}
&__panel {
height: 100%;
}
&__content > *:first-child {
margin-top: 0;
}
&__content > &__panel > *:first-child {
margin-top: 0;
}
&__content > *:last-child {
margin-bottom: 0;
}
&__content > &__panel > *:last-child {
margin-bottom: 0;
}
}