mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
27 lines
380 B
SCSS
27 lines
380 B
SCSS
|
.snap-install-warning {
|
||
|
.checkbox-label {
|
||
|
@include H7;
|
||
|
|
||
|
display: flex;
|
||
|
align-items: flex-start;
|
||
|
gap: 0 16px;
|
||
|
}
|
||
|
|
||
|
&__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;
|
||
|
}
|
||
|
}
|
||
|
}
|