2020-04-29 19:10:51 +02:00
|
|
|
.unconnected-account-alert {
|
2020-06-15 21:08:53 +02:00
|
|
|
&__content {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2020-04-29 19:10:51 +02:00
|
|
|
&__footer {
|
|
|
|
flex-direction: column;
|
|
|
|
|
2020-06-15 21:08:53 +02:00
|
|
|
> :only-child {
|
2020-04-29 19:10:51 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-15 21:08:53 +02:00
|
|
|
&__footer-row {
|
2020-04-29 19:10:51 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-06-15 21:08:53 +02:00
|
|
|
}
|
2020-04-29 19:10:51 +02:00
|
|
|
|
2020-06-15 21:08:53 +02:00
|
|
|
&__dismiss-button {
|
|
|
|
background: #037DD6;
|
|
|
|
color: white;
|
|
|
|
height: 40px;
|
|
|
|
width: 100px;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 100px;
|
2020-04-29 19:10:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__error {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
padding: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
border: 1px solid #D73A49;
|
|
|
|
background: #F8EAE8;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2020-05-08 21:45:52 +02:00
|
|
|
|
2020-06-15 21:08:53 +02:00
|
|
|
&__checkbox-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
2020-05-08 21:45:52 +02:00
|
|
|
flex-direction: row;
|
2020-06-15 21:08:53 +02:00
|
|
|
align-items: center;
|
2020-05-08 21:45:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__checkbox {
|
|
|
|
margin-right: 8px;
|
2020-06-15 21:08:53 +02:00
|
|
|
padding-top: 1px; // better alignment with rest of content
|
2020-05-08 21:45:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__checkbox-label {
|
2020-06-15 21:08:53 +02:00
|
|
|
display: flex;
|
|
|
|
font-size: 12px;
|
2020-05-08 21:45:52 +02:00
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
color: $Grey-500;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__checkbox-label-tooltip {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2020-04-29 19:10:51 +02:00
|
|
|
}
|