Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / userMention.scss
CommitLineData
1263f7b9
MW
1.userMention {
2 background-color: $wcfSidebarBackground;
3 border-radius: 2px;
fa3e603d 4 padding: 1px 5px;
8a52619a 5
1263f7b9 6 &::before {
8a52619a 7 content: "@";
4ef2e9cd
AE
8 /* avoids breaks between the '@' and the username, but still allows
9 wrapping inside the username itself */
10 display: inline-block;
1263f7b9
MW
11 }
12}