Files
layui-ul/source/scss/title/_ul-group-title-simple.scss
2022-04-07 21:51:27 +08:00

23 lines
406 B
SCSS

.ul-group-title-simple {
line-height: 30px;
font-size : 16px;
padding-left: 10px;
position: relative;
&:before {
content : "";
display : block;
position: absolute;
left : 0;
height : 16px;
width : 3px;
top : 7px;
border-radius: 3px;
background : linear-gradient(0deg, #7FC0FC, #4B7EEF);
}
}