2020-10-12 11:19:10 +00:00
|
|
|
@use "../colors" as c
|
|
|
|
|
2020-10-19 05:37:17 +00:00
|
|
|
.c-event-groups *
|
|
|
|
overflow-anchor: none
|
|
|
|
|
2020-10-12 12:35:54 +00:00
|
|
|
.c-message-group, .c-message-event
|
2020-10-12 11:19:10 +00:00
|
|
|
margin-top: 12px
|
|
|
|
padding-top: 12px
|
|
|
|
border-top: 1px solid c.$divider
|
|
|
|
|
2020-10-12 12:35:54 +00:00
|
|
|
.c-message-group
|
|
|
|
display: flex
|
|
|
|
|
2020-10-12 11:19:10 +00:00
|
|
|
&__avatar
|
|
|
|
flex-shrink: 0
|
|
|
|
margin-right: 16px
|
2020-10-12 12:35:54 +00:00
|
|
|
cursor: pointer
|
2020-10-12 11:19:10 +00:00
|
|
|
|
|
|
|
&__icon
|
2020-10-20 00:37:23 +00:00
|
|
|
$size: 40px
|
2020-10-12 11:19:10 +00:00
|
|
|
width: $size
|
|
|
|
height: $size
|
|
|
|
border-radius: 50%
|
2020-10-20 00:37:23 +00:00
|
|
|
|
|
|
|
&--no-icon
|
2020-10-29 04:28:12 +00:00
|
|
|
background-color: #bbb
|
2020-10-12 11:19:10 +00:00
|
|
|
|
2020-10-12 12:35:54 +00:00
|
|
|
&__intro
|
|
|
|
display: flex
|
|
|
|
align-items: baseline
|
|
|
|
|
2020-10-12 11:19:10 +00:00
|
|
|
&__name
|
|
|
|
color: #5bf
|
|
|
|
margin: -2px 0px -3px
|
|
|
|
font-size: 19px
|
|
|
|
font-weight: 500
|
2020-10-12 12:35:54 +00:00
|
|
|
cursor: pointer
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
text-decoration: underline
|
|
|
|
|
|
|
|
&__date
|
|
|
|
font-size: 14px
|
|
|
|
margin-left: 9px
|
|
|
|
color: c.$muted
|
2020-10-12 11:19:10 +00:00
|
|
|
|
|
|
|
.c-message
|
|
|
|
margin-top: 4px
|
2020-10-26 10:56:40 +00:00
|
|
|
overflow-wrap: anywhere
|
2020-10-19 11:23:10 +00:00
|
|
|
opacity: 1
|
|
|
|
transition: opacity 0.2s ease-out
|
|
|
|
|
|
|
|
&--pending
|
|
|
|
opacity: 0.5
|
2020-10-12 12:35:54 +00:00
|
|
|
|
2020-10-20 12:53:37 +00:00
|
|
|
&__edited
|
|
|
|
margin-left: 4px
|
|
|
|
padding: 1px 3px 1px 2px
|
|
|
|
font-size: 12px
|
|
|
|
font-style: italic
|
|
|
|
line-height: 1
|
|
|
|
color: c.$muted
|
|
|
|
cursor: default
|
|
|
|
border-radius: 4px
|
|
|
|
transition: background-color 0.15s ease-out
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
background-color: c.$darker
|
|
|
|
|
2020-10-12 12:35:54 +00:00
|
|
|
.c-message-event
|
|
|
|
padding-top: 10px
|
|
|
|
padding-left: 6px
|
|
|
|
|
|
|
|
&__inner
|
|
|
|
display: flex
|
|
|
|
align-items: center
|
|
|
|
|
|
|
|
&__icon
|
|
|
|
margin-right: 8px
|
|
|
|
position: relative
|
|
|
|
top: 1px
|
|
|
|
|
|
|
|
.c-message-notice
|
|
|
|
padding: 12px
|
|
|
|
|
|
|
|
&__inner
|
|
|
|
text-align: center
|
|
|
|
padding: 12px
|
|
|
|
background-color: c.$milder
|
|
|
|
border-radius: 8px
|