mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 21:02:48 +08:00
14 lines
261 B
SCSS
14 lines
261 B
SCSS
|
|
.ul-nav-link-item {
|
|
display : inline-block;
|
|
margin : 5px 0;
|
|
padding : 0 10px;
|
|
border : 1px solid transparent;
|
|
color : #333;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ul-nav-link-item:not(:last-child) {
|
|
border-right-color: #666;
|
|
}
|