2021-10-06 20:52:25 +02:00
|
|
|
.secure-your-wallet {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
max-width: 1000px;
|
|
|
|
max-height: 1300px;
|
|
|
|
|
|
|
|
&__details {
|
|
|
|
max-width: 550px;
|
2022-02-23 17:36:58 +01:00
|
|
|
padding-inline-end: 10px;
|
2021-10-06 20:52:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__actions {
|
|
|
|
button {
|
|
|
|
margin: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__list {
|
|
|
|
list-style: disc inside;
|
|
|
|
|
|
|
|
li {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__highlighted {
|
2022-03-19 01:43:33 +01:00
|
|
|
background-color: var(--color-primary-muted);
|
2021-10-06 20:52:25 +02:00
|
|
|
padding: 12px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.skip-srp-backup-popover {
|
|
|
|
width: 365px;
|
|
|
|
|
2022-03-28 16:42:09 +02:00
|
|
|
&__icon {
|
|
|
|
color: var(--color-error-default);
|
|
|
|
display: block;
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2021-10-06 20:52:25 +02:00
|
|
|
&__checkbox {
|
|
|
|
margin: 8px 12px 0 0;
|
|
|
|
}
|
|
|
|
|
2022-03-15 02:27:02 +01:00
|
|
|
&__label {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2021-10-06 20:52:25 +02:00
|
|
|
&__footer {
|
|
|
|
button {
|
|
|
|
width: 140px;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|