2021-10-13 19:41:24 +02:00
|
|
|
.import-srp {
|
2022-05-16 20:38:04 +02:00
|
|
|
margin-bottom: 24px;
|
2021-10-13 19:41:24 +02:00
|
|
|
|
|
|
|
&__header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
2022-05-16 20:38:04 +02:00
|
|
|
margin-bottom: 24px;
|
2022-04-18 22:12:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 40px;
|
2021-10-13 19:41:24 +02:00
|
|
|
|
|
|
|
a {
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-primary-default);
|
2021-10-13 19:41:24 +02:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-primary-default);
|
2021-10-13 19:41:24 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
text-align: left;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2022-04-18 22:12:16 +02:00
|
|
|
&__confirm-button {
|
2022-05-16 20:38:04 +02:00
|
|
|
max-width: 327px;
|
2022-04-18 22:12:16 +02:00
|
|
|
margin: auto;
|
2022-05-16 20:38:04 +02:00
|
|
|
margin-top: 24px;
|
2021-10-13 19:41:24 +02:00
|
|
|
}
|
|
|
|
}
|