mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
17 lines
191 B
SCSS
17 lines
191 B
SCSS
|
.snap-result {
|
||
|
box-shadow: none;
|
||
|
|
||
|
.headers {
|
||
|
flex: 1;
|
||
|
|
||
|
.loader-container {
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.page-container__footer {
|
||
|
width: 100%;
|
||
|
margin-top: 12px;
|
||
|
}
|
||
|
}
|