2020-04-01 00:10:02 +02:00
|
|
|
.connected-sites {
|
2020-05-02 00:50:03 +02:00
|
|
|
h2 {
|
|
|
|
text-overflow: ellipsis;
|
2020-05-02 03:52:23 +02:00
|
|
|
margin-right: 10px;
|
2020-05-02 00:50:03 +02:00
|
|
|
}
|
|
|
|
|
2020-04-01 00:10:02 +02:00
|
|
|
&__confirmation {
|
2020-05-02 00:50:03 +02:00
|
|
|
flex-direction: column;
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2020-04-01 00:10:02 +02:00
|
|
|
button:first-child {
|
|
|
|
margin-right: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-02 00:50:03 +02:00
|
|
|
&__footer-row {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2020-05-02 00:50:03 +02:00
|
|
|
&__footer-row + &__footer-row {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
a,
|
|
|
|
a:hover {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H6;
|
|
|
|
|
2020-07-17 20:11:04 +02:00
|
|
|
color: $primary-blue;
|
2020-05-02 00:50:03 +02:00
|
|
|
cursor: pointer;
|
2020-04-01 00:10:02 +02:00
|
|
|
}
|
|
|
|
}
|