1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/pages/swaps/popover-custom-background/index.scss
2023-06-15 20:17:21 +02:00

7 lines
129 B
SCSS

.popover-custom-background {
height: 100%;
width: 100%;
background: var(--color-background-alternative);
opacity: 0.6;
}