2025-05-10 02:09:06 +02:00
|
|
|
/*!
|
|
|
|
|
* Copyright (c) 2024 PLANKA Software GmbH
|
|
|
|
|
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
|
|
|
|
*/
|
2020-05-29 19:31:19 +05:00
|
|
|
|
2025-05-10 02:09:06 +02:00
|
|
|
:global(#app) {
|
2020-05-29 19:31:19 +05:00
|
|
|
.attachment {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
margin: 0 0 6px 0;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-22 21:22:46 +02:00
|
|
|
.attachmentContent {
|
|
|
|
|
color: #6a808b;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 20px;
|
2025-05-10 02:09:06 +02:00
|
|
|
max-width: 176px;
|
|
|
|
|
outline: none;
|
|
|
|
|
overflow: hidden;
|
2024-10-22 21:22:46 +02:00
|
|
|
padding: 0px 3px;
|
2025-05-10 02:09:06 +02:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
transition: background 0.3s ease;
|
|
|
|
|
white-space: nowrap;
|
2024-10-22 21:22:46 +02:00
|
|
|
}
|
|
|
|
|
|
2020-05-29 19:31:19 +05:00
|
|
|
.attachmentLeft {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.attachmentRight {
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.attachments {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.attachmentsRight {
|
|
|
|
|
float: right;
|
|
|
|
|
line-height: 0;
|
2025-05-10 02:09:06 +02:00
|
|
|
margin-top: 6px;
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cover {
|
2025-05-10 02:09:06 +02:00
|
|
|
max-height: 340px;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
transform-origin: bottom;
|
|
|
|
|
transition: all .6s cubic-bezier(0.25, 0.1, 0.25, 1);
|
2020-05-29 19:31:19 +05:00
|
|
|
vertical-align: middle;
|
2022-09-13 16:55:22 +05:00
|
|
|
width: 100%;
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|
|
|
|
|
|
2025-05-10 02:09:06 +02:00
|
|
|
.coverWrapper {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.creatorDivider {
|
|
|
|
|
background: #dce0e4;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 24px;
|
|
|
|
|
margin: 2px 2px 0 4px;
|
|
|
|
|
width: 1px;
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.labels {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2025-05-10 02:09:06 +02:00
|
|
|
.labelsFull {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2020-05-29 19:31:19 +05:00
|
|
|
.name {
|
|
|
|
|
color: #17394d;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 18px;
|
2025-05-10 02:09:06 +02:00
|
|
|
margin-bottom: 8px;
|
2020-05-29 19:31:19 +05:00
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notification {
|
|
|
|
|
background: #eb5a46;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
padding: 0px 6px;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
outline: none;
|
|
|
|
|
text-align: left;
|
|
|
|
|
transition: background 0.3s ease;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
2025-05-10 02:09:06 +02:00
|
|
|
padding: 6px 8px 0;
|
2025-05-20 00:06:51 +02:00
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
|
clear: both;
|
|
|
|
|
content: "";
|
|
|
|
|
display: table;
|
|
|
|
|
}
|
2025-05-10 02:09:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:global(.card):hover {
|
|
|
|
|
.cover {
|
|
|
|
|
filter: brightness(1.1);
|
|
|
|
|
transform: scale(1.05);
|
|
|
|
|
}
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|
|
|
|
|
}
|