1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-01 21:57:06 +01:00
metamask-extension/ui/components/app/snaps/snap-install-warning/index.scss
David Drazic 2e856894cc
[FLASK] Update snap installation permission warning UI (#19494)
* Update snap installation permission warning UI

* Fix font size (TextVariant)

* Fix vertical margins between labels

* Update font weight in warning top description

* Update snapName for warning modal on update flow
2023-06-08 12:32:47 +02:00

36 lines
493 B
SCSS

.snap-install-warning {
.popover-header {
padding-bottom: 0;
}
.checkbox-label {
@include H7;
display: flex;
align-items: flex-start;
gap: 0 16px;
margin-top: 24px;
&--first {
margin-top: 0;
}
}
&__footer {
display: flex;
flex-flow: row;
justify-content: center;
flex: 0 0 auto;
width: 100%;
max-height: 40px;
}
&__footer-button {
margin-right: 16px;
&:last-of-type {
margin-right: 0;
}
}
}