1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 06:07:06 +01:00
metamask-extension/ui/components/app/deposit-popover/index.scss

17 lines
255 B
SCSS
Raw Normal View History

.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;
}
}
}