Files
layui-ul/source/components/nav/ul-nav-info/_index.scss
2023-01-19 11:31:49 +08:00

32 lines
683 B
SCSS

.ul-nav-info {
&__item {
display : flex;
align-items : center;
justify-content: space-between;
padding : 15px;
&__main {
&__info {
display : flex;
align-items : center;
justify-content: flex-start;
}
&__icon {
margin-right: 10px;
}
&__title {
font-size : 16px;
font-weight: 400;
}
&__content {
margin-top: 5px;
color : #bbb;
font-size : 14px;
}
}
}
}