You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
380 B
26 lines
380 B
.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;
|
|
}
|
|
}
|
|
}
|
|
|