padding-bottom: 2px;
padding-left: 10px;
- &::before{
+ &::before {
border-color: transparent @wcfColor transparent transparent;
border-style: inset solid inset inset;
border-width: 8px 8px 8px 0;
width: 0;
}
- &::after{
+ &::after {
background: @wcfContentBackgroundColor;
border-radius: 2px;
content: "";
background-color: @wcfTabularBoxBackgroundColor;
color: @wcfTabularBoxColor;
- &::before{
+ &::before {
border-right-color: @wcfTabularBoxBackgroundColor;
}
}
.editableItemList li.tag:first-child {
margin-left: 6px;
-}
\ No newline at end of file
+}