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.
33 lines
437 B
33 lines
437 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
:host ::ng-deep {
|
|
.user-ref {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.marker-ref {
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
.user-picture {
|
|
margin-top: .25rem;
|
|
}
|
|
|
|
.user-ref {
|
|
padding-right: .25rem;
|
|
}
|
|
|
|
.event {
|
|
& {
|
|
color: $color-text-decent;
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
&-created {
|
|
font-size: .75rem;
|
|
}
|
|
}
|