mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
2e856894cc
* 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
36 lines
493 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|