amis-rpc-design/libs/amis/packages/amis-ui/scss/components/_nav.scss

19 lines
409 B
SCSS
Raw Normal View History

2023-10-07 19:42:30 +08:00
.#{$ns}Nav {
position: relative;
cursor: pointer;
background-color: var(--Layout-light-backgroundColor);
font-size: var(--Nav-item-fontSize);
line-height: var(--Nav-Item-height);
min-height: 10px;
&-horizontal {
line-height: var(--Nav-Item-height--horizontal);
}
.#{$ns}Nav-dropIndicator {
position: absolute;
background: var(--Nav-item-onActive-color);
height: 2px;
}
}