.userBanner {
&.message-userBanner {
&.userBanner--staff {
span {
background-color: rgb(63, 81, 106);
}
}
span {
position: absolute;
top: -3px;
background-color: inherit;
width: 5px;
height: 3px;
&.userBanner-after {
border-top-right-radius: 3px;
right: 0;
}
&.userBanner-before {
border-top-left-radius: 3px;
left: 0;
}
}
border-top-left-radius: 0;
border-top-right-radius: 0;
position: relative;
}
}