mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
47f7096d35
* 16083: Fix deposit eth popover layout * adding responsive padding updates * classname fix * Add custom classname option
17 lines
255 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|