1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-30 08:09:15 +01:00
metamask-extension/ui/components/app/flask/snap-ui-renderer/index.scss

34 lines
425 B
SCSS
Raw Normal View History

.snap-ui-renderer {
&__error {
margin-top: 0 !important;
}
&__spinner {
width: 30px;
}
&__divider {
width: 100%;
}
&__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;
}
}