mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
35ac762e10
This PR adds `snaps` under Flask build flags to the extension. This branch is mostly equivalent to the current production version of Flask, excepting some bug fixes and tweaks. Closes #11626
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;
|
|
}
|
|
}
|