Carbon/src/sass/components/messages.sass

28 lines
421 B
Sass
Raw Normal View History

@use "../colors" as c
.c-message-group
display: flex
margin-top: 12px
padding-top: 12px
border-top: 1px solid c.$divider
&__avatar
flex-shrink: 0
margin-right: 16px
&__icon
$size: 32px
width: $size
height: $size
border-radius: 50%
background-color: #48d
&__name
color: #5bf
margin: -2px 0px -3px
font-size: 19px
font-weight: 500
.c-message
margin-top: 4px