mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-04 07:05:14 +01:00
a9429c5c0d
* renamed classnames according to BEM, removed unnecessary scss file * remove plurality in classnames
25 lines
338 B
SCSS
25 lines
338 B
SCSS
.snap-update {
|
|
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;
|
|
|
|
button {
|
|
padding: 0.75rem;
|
|
}
|
|
}
|
|
}
|