mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
21 lines
291 B
SCSS
21 lines
291 B
SCSS
.snap-install {
|
|
box-shadow: none;
|
|
|
|
.content {
|
|
flex: 1;
|
|
|
|
.loader-container {
|
|
height: 100%;
|
|
}
|
|
|
|
&__permission-description {
|
|
border-bottom: 1px solid var(--color-border-default);
|
|
}
|
|
}
|
|
|
|
.page-container__footer {
|
|
width: 100%;
|
|
margin-top: 12px;
|
|
}
|
|
}
|