mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
22 lines
276 B
SCSS
22 lines
276 B
SCSS
|
.snap-list-tab {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
|
||
|
&__wrapper {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
&__body {
|
||
|
padding: 12px 18px;
|
||
|
|
||
|
@media screen and (min-width: $break-large) {
|
||
|
padding: 12px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.snap-settings-card {
|
||
|
margin: 8px 0;
|
||
|
max-width: 344px;
|
||
|
}
|
||
|
}
|