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.
31 lines
448 B
31 lines
448 B
:host ::ng-deep {
|
|
.user-ref {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.marker-ref {
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
.events {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 400px;
|
|
}
|
|
|
|
.event {
|
|
font-size: $font-small;
|
|
font-weight: normal;
|
|
margin-bottom: 1.5rem;
|
|
|
|
&-created {
|
|
font-size: $font-smallest;
|
|
font-weight: normal;
|
|
margin: .25rem 0;
|
|
}
|
|
}
|
|
|
|
.user-picture {
|
|
margin-top: .25rem;
|
|
}
|