mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
新增选项菜单导航极简卡片风;
This commit is contained in:
@@ -1 +1,2 @@
|
||||
@import './ul-nav-tree'
|
||||
@import './ul-nav-tree';
|
||||
@import './ul-nav-card-simple';
|
||||
10
source/scss/nav/_ul-nav-card-simple.scss
Normal file
10
source/scss/nav/_ul-nav-card-simple.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.ul-nav-card-simple {
|
||||
|
||||
.ul-nav-card-item {
|
||||
border-radius : 6px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
box-shadow : 0px 8px 18px -8px #aebcca;
|
||||
border : unset;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user