mirror of https://github.com/Squidex/squidex.git
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
483 B
35 lines
483 B
:host ::ng-deep {
|
|
.user-ref {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.marker-ref {
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
.event {
|
|
& {
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
&-created {
|
|
font-size: .75rem;
|
|
font-weight: normal;
|
|
margin: .25rem 0;
|
|
}
|
|
|
|
&-right {
|
|
overflow: hidden;
|
|
}
|
|
|
|
&-message {
|
|
overflow-wrap: break-word;
|
|
}
|
|
}
|
|
|
|
.user-picture {
|
|
margin-top: .25rem;
|
|
}
|