mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* renamed classnames according to BEM, removed unnecessary scss file * remove plurality in classnames
17 lines
194 B
SCSS
17 lines
194 B
SCSS
.snap-result {
|
|
box-shadow: none;
|
|
|
|
&__header {
|
|
flex: 1;
|
|
|
|
&__loader-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.page-container__footer {
|
|
width: 100%;
|
|
margin-top: 12px;
|
|
}
|
|
}
|