mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 23:06:37 +01:00
14 lines
218 B
SCSS
14 lines
218 B
SCSS
.snaps-connect {
|
|
overflow-y: hidden;
|
|
|
|
&__header {
|
|
width: 100%;
|
|
}
|
|
|
|
.page-container__footer {
|
|
border-top: 0;
|
|
margin-top: auto;
|
|
box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
|
|
}
|
|
}
|