mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Start implementation of Snaps UI Renderer * Add snap name and fix some design issues * Fix lint * Add some types * More fixes * Actually install snaps-ui * Use JS instead of TS * Remove unused deps * Remove dep * Update LavaMoat policies * Fix style lint * Add story * Small tweaks after rebase * Remove spacer and add test * Fix lint * Remove console.log * Add error message * Remove edge-case that doesnt exist anymore * Update yarn.lock * Update policy
18 lines
179 B
SCSS
18 lines
179 B
SCSS
.snap-ui-renderer {
|
|
&__error {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
&__spinner {
|
|
width: 30px;
|
|
}
|
|
|
|
&__divider {
|
|
width: 100%;
|
|
}
|
|
|
|
&__panel {
|
|
height: 100%;
|
|
}
|
|
}
|