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.
35 lines
489 B
35 lines
489 B
5 years ago
|
.connected-sites {
|
||
5 years ago
|
h2 {
|
||
|
text-overflow: ellipsis;
|
||
5 years ago
|
margin-right: 10px;
|
||
5 years ago
|
}
|
||
|
|
||
5 years ago
|
&__confirmation {
|
||
5 years ago
|
flex-direction: column;
|
||
4 years ago
|
|
||
5 years ago
|
button:first-child {
|
||
|
margin-right: 24px;
|
||
|
}
|
||
|
}
|
||
|
|
||
5 years ago
|
&__footer-row {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
4 years ago
|
|
||
5 years ago
|
&__footer-row + &__footer-row {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
4 years ago
|
a,
|
||
|
a:hover {
|
||
4 years ago
|
@include H6;
|
||
|
|
||
4 years ago
|
color: $primary-blue;
|
||
5 years ago
|
cursor: pointer;
|
||
5 years ago
|
}
|
||
|
}
|