mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 10:59:42 +08:00
14 lines
217 B
SCSS
14 lines
217 B
SCSS
.#{$ns}CollapseGroup {
|
|
.#{$ns}Collapse:not(:last-child) {
|
|
border-bottom: none;
|
|
}
|
|
|
|
&.icon-position-right {
|
|
.#{$ns}Collapse-header {
|
|
.#{$ns}Collapse-arrow {
|
|
float: right;
|
|
}
|
|
}
|
|
}
|
|
}
|