2022-02-15 01:02:51 +01:00
|
|
|
.view-snap {
|
2023-04-24 12:21:37 +02:00
|
|
|
max-width: 475px;
|
2022-02-15 01:02:51 +01:00
|
|
|
|
2023-04-25 19:20:37 +02:00
|
|
|
&__description {
|
|
|
|
&__wrapper {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
max-height: 5.5rem;
|
|
|
|
|
|
|
|
@include screen-md-min {
|
|
|
|
max-height: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.open {
|
|
|
|
max-height: none;
|
|
|
|
}
|
2022-02-15 01:02:51 +01:00
|
|
|
}
|
|
|
|
|
2023-04-25 19:20:37 +02:00
|
|
|
&__more-button {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
width: unset;
|
|
|
|
padding: 0;
|
|
|
|
padding-left: 32px;
|
|
|
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--color-background-default) 33%);
|
2022-02-15 01:02:51 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-25 19:20:37 +02:00
|
|
|
|
|
|
|
&__permissions {
|
|
|
|
.permission-cell {
|
|
|
|
margin: 0;
|
2022-02-15 01:02:51 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-24 12:21:37 +02:00
|
|
|
.connected-sites-list {
|
|
|
|
&__content-row {
|
2022-02-15 01:02:51 +01:00
|
|
|
border-top: none;
|
2023-04-24 12:21:37 +02:00
|
|
|
padding: 0;
|
2022-02-15 01:02:51 +01:00
|
|
|
|
2023-04-24 12:21:37 +02:00
|
|
|
& &-link-button {
|
|
|
|
padding: 0;
|
|
|
|
padding-inline-start: 0;
|
|
|
|
color: var(--color-error-default);
|
|
|
|
font-size: 14px;
|
2022-02-15 01:02:51 +01:00
|
|
|
}
|
|
|
|
|
2023-04-24 12:21:37 +02:00
|
|
|
a {
|
|
|
|
font-size: 14px;
|
|
|
|
color: var(--color-error-default);
|
|
|
|
}
|
2022-02-15 01:02:51 +01:00
|
|
|
|
2023-04-24 12:21:37 +02:00
|
|
|
a:hover {
|
|
|
|
color: var(--color-error-alternative);
|
|
|
|
}
|
|
|
|
}
|
2022-02-15 01:02:51 +01:00
|
|
|
|
2023-04-24 12:21:37 +02:00
|
|
|
&__subject-info {
|
|
|
|
a.btn-link {
|
|
|
|
font-size: 14px;
|
|
|
|
color: var(--color-error-default);
|
2022-02-15 01:02:51 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-24 12:21:37 +02:00
|
|
|
&__subject-icon {
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
2022-02-15 01:02:51 +01:00
|
|
|
|
2023-04-24 12:21:37 +02:00
|
|
|
&__subject-name {
|
|
|
|
font-size: 14px;
|
|
|
|
color: var(--color-primary-default);
|
2022-02-15 01:02:51 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|