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) {
|
2022-08-19 14:00:40 +02:00
|
|
|
.content {
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% - 44px);
|
|
|
|
}
|
|
|
|
|
2025-05-10 02:09:06 +02:00
|
|
|
.information {
|
2020-05-29 19:31:19 +05:00
|
|
|
color: #888888;
|
2025-05-10 02:09:06 +02:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informationIcon {
|
|
|
|
margin-right: 6px;
|
|
|
|
opacity: 0.45;
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
color: #212121;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.2;
|
|
|
|
padding: 9px 28px 0 2px;
|
|
|
|
}
|
|
|
|
|
2025-05-10 02:09:06 +02:00
|
|
|
.userWrapper {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2020-05-29 19:31:19 +05:00
|
|
|
.user {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 8px;
|
2022-08-19 14:00:40 +02:00
|
|
|
padding-top: 10px;
|
2020-05-29 19:31:19 +05:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
2025-05-10 02:09:06 +02:00
|
|
|
|
|
|
|
.username {
|
|
|
|
color: #888888;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.2;
|
|
|
|
padding: 2px 0 2px 2px;
|
|
|
|
}
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|