1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/components/app/flask/snap-ui-renderer/index.scss
Frederik Bolding 7e7a0f1f72
[FLASK] Use custom UI for transaction insights (#16912)
* Allow custom UI for transaction insights

* Fix margin

* Small fixes to CSS and selectors

* Rename property

* Fix E2E locally

* Bump test-snaps

* Bump test-snaps
2022-12-20 11:44:49 +01:00

34 lines
425 B
SCSS

.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;
}
}