mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
c666849c31
* Add Snap removal confirmation * Add styling for Snap removal confirmation * Update styling * Update button margin * Re-use styling code * Address comments * Update Popover props * Lint * Lint Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com> Co-authored-by: Erik Marks <rekmarks@protonmail.com>
13 lines
177 B
SCSS
13 lines
177 B
SCSS
.snap-remove-warning {
|
|
color: var(--black);
|
|
|
|
&__footer-button {
|
|
height: 40px;
|
|
margin-inline-end: 24px;
|
|
|
|
&:last-of-type {
|
|
margin-inline-end: 0;
|
|
}
|
|
}
|
|
}
|