@choerodon/master
Version:
A package of Master for Choerodon platform.
74 lines (72 loc) • 1.81 kB
text/less
.c7ncd-btnGroup {
padding-right: 0 ;
&-customPanel {
background-color: #fff;
border-radius: 0.02rem;
box-shadow: 0 0.02rem 0.08rem rgb(0 0 0%);
display: block;
height: fit-content;
margin-top: 7px;
}
> span {
margin-right: 12px;
}
> i.icon-expand_more {
width: 31px ;
font-size: 20px;
margin-right: 0 ;
border-left: 1px solid;
height: inherit ;
line-height: 31px ;
text-align: center;
border-top-left-radius: 0 ;
border-bottom-left-radius: 0 ;
margin: 0 ;
background: unset ;
transition: inherit ;
}
&-popver {
padding-top: 0 ;
min-width: 100px;
.c7n-popover-arrow {
display: none ;
}
.c7n-popover-inner-content {
padding: 0 ;
}
.c7n-menu-item {
height: 30px ;
line-height: 30px ;
padding: 0 ;
> span {
display: block;
padding: 0 16px;
height: 100%;
width: 100%;
font-size: 13px;
color: #0f1358 ;
}
&:not(&.c7n-menu-item-disabled):hover,
&.c7n-menu-item-selected {
background: rgba(104, 135, 232, 0.08) ;
color: #5365ea ;
> span {
color: #5365ea ;
}
}
}
.c7n-menu-item-disabled {
> span {
color: rgba(15, 19, 88, 0.25) ;
}
}
}
&-dropdownIcon {
&-primary {
border-left-color: rgba(255, 255, 255, 0.2) ;
}
&-default {
border-left-color: rgba(83, 101, 234, 0.08) ;
}
}
}