1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/pages/settings/flask/snaps-list-tab/index.scss
David Drazic 0847917df4
[FLASK] Update UI related to MetaMask Snaps Platform trademark (#18172)
* Update UI related to MetaMask Snaps Platform trademark

* Remove redundant UI text according to new designs

* Fix lint errors

* Fix e2e test expectation

* Fix lint in test

* Fix e2e test expectation

* Fix some UI parts

* Update CSS for noSnaps message

* Add next design iteration

* Add minor fix

* Update locale message

* Fix learn more text size

* Refactor usage of design system components

---------

Co-authored-by: Erik Marks <rekmarks@protonmail.com>
2023-03-21 16:52:13 +01:00

30 lines
388 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;
}
.snap-list-tab__container--no-snaps_inner {
max-width: 164px;
}
.snap-list-tab__no-snaps_icon {
font-size: 48px;
}
}