mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
11 lines
173 B
SCSS
11 lines
173 B
SCSS
|
.custody-accounts-empty {
|
||
|
min-height: 300px;
|
||
|
|
||
|
&__footer {
|
||
|
border-top: 1px solid var(--color-border-muted);
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
}
|