mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
22 lines
255 B
SCSS
22 lines
255 B
SCSS
.snap-list-tab {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
&__wrapper {
|
|
width: auto;
|
|
}
|
|
|
|
&__body {
|
|
padding: 12px 18px;
|
|
|
|
@include screen-sm-min {
|
|
padding: 12px;
|
|
}
|
|
}
|
|
|
|
.snap-settings-card {
|
|
margin: 8px 0;
|
|
max-width: 344px;
|
|
}
|
|
}
|