mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
7e7a0f1f72
* 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
34 lines
425 B
SCSS
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;
|
|
}
|
|
}
|