mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
7 lines
129 B
SCSS
7 lines
129 B
SCSS
|
.popover-custom-background {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
background: var(--color-background-alternative);
|
||
|
opacity: 0.6;
|
||
|
}
|