1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/components/app/deposit-popover/index.scss
Garrett Bear 47f7096d35
16083: Fix deposit eth popover layout (#16100)
* 16083: Fix deposit eth popover layout

* adding responsive padding updates

* classname fix

* Add custom classname option
2022-10-12 16:07:28 -07:00

17 lines
255 B
SCSS

.deposit-popover {
min-width: 328px;
max-width: 850px;
@include screen-md-min {
width: 100% !important;
}
&__on-ramp-item {
border-bottom: 1px solid var(--color-border-muted);
&:last-child {
border-bottom: none;
}
}
}