mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|