mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
15 lines
343 B
SCSS
15 lines
343 B
SCSS
|
@import '../../../components/institutional/jwt-dropdown/jwt-dropdown.scss';
|
||
|
@import '../../../components/institutional/jwt-url-form/jwt-url-form.scss';
|
||
|
|
||
|
.custody-accounts-empty {
|
||
|
min-height: 300px;
|
||
|
|
||
|
&__footer {
|
||
|
border-top: 1px solid var(--color-border-muted);
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
}
|