2021-10-22 08:27:44 +02:00
|
|
|
@import "~theme/globals";
|
|
|
|
|
2020-12-18 15:43:29 +01:00
|
|
|
:host {
|
2022-03-16 13:33:06 +01:00
|
|
|
--extra-icon-size: 16px;
|
|
|
|
|
|
|
|
::ng-deep core-user-avatar {
|
|
|
|
.core-avatar-extra-img,
|
|
|
|
core-mod-icon {
|
2022-01-19 10:59:34 +01:00
|
|
|
margin: 0 !important;
|
|
|
|
position: absolute;
|
|
|
|
right: -4px;
|
|
|
|
bottom: -4px;
|
2022-03-16 13:33:06 +01:00
|
|
|
padding: 0.2rem;
|
2022-01-19 10:59:34 +01:00
|
|
|
}
|
2022-03-16 13:33:06 +01:00
|
|
|
|
|
|
|
.core-avatar-extra-img {
|
|
|
|
background: var(--background-color);
|
|
|
|
border-radius: var(--medium-radius);
|
|
|
|
img {
|
|
|
|
max-width: var(--extra-icon-size);
|
|
|
|
max-height: var(--extra-icon-size);
|
|
|
|
display: block;
|
|
|
|
}
|
2022-01-19 10:59:34 +01:00
|
|
|
}
|
2022-03-16 13:33:06 +01:00
|
|
|
|
|
|
|
core-mod-icon {
|
|
|
|
--size: var(--extra-icon-size);
|
2022-01-19 10:59:34 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-12-18 15:43:29 +01:00
|
|
|
.core-notification-icon {
|
2022-03-16 13:33:06 +01:00
|
|
|
width: var(--core-avatar-size);
|
|
|
|
height: var(--core-avatar-size);
|
|
|
|
@include margin(6px, 8px, 6px, 0px);
|
|
|
|
background: var(--background-color);
|
|
|
|
border-radius: var(--small-radius);
|
2020-12-18 15:43:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.item core-format-text ::ng-deep {
|
|
|
|
.forumpost {
|
2022-01-27 18:03:02 +01:00
|
|
|
border: 1px solid var(--gray-200);
|
2020-12-18 15:43:29 +01:00
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
2022-01-27 18:03:02 +01:00
|
|
|
background-color: var(--light);
|
2020-12-18 15:43:29 +01:00
|
|
|
|
2021-10-22 08:27:44 +02:00
|
|
|
.picture {
|
|
|
|
width: 48px;
|
|
|
|
text-align: center;
|
|
|
|
@include padding-horizontal(4px, 0px);
|
|
|
|
padding-top: 8px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 44px !important;
|
|
|
|
}
|
|
|
|
}
|
2020-12-18 15:43:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.subject {
|
|
|
|
font-weight: 700;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userpicture {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mdl-right {
|
|
|
|
text-align: end;
|
|
|
|
a {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
font {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commands {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
margin-bottom: 1.5rem;
|
2022-01-27 18:03:02 +01:00
|
|
|
background-color: var(--gray-200);
|
2020-12-18 15:43:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|