mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
23 lines
406 B
SCSS
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);
|
|
}
|
|
|
|
} |