mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
a9429c5c0d
* renamed classnames according to BEM, removed unnecessary scss file * remove plurality in classnames
21 lines
295 B
SCSS
21 lines
295 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;
|
|
}
|
|
}
|