You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
1.3 KiB

.vxe-button-group {
display: inline-flex;
}
.vxe-button-group.is--vertical {
flex-direction: column;
}
.vxe-button-group.is--vertical > .vxe-button.type--button, .vxe-button-group.is--vertical > .vxe-button--dropdown {
margin-top: var(--vxe-ui-base-margin-gap-default);
}
.vxe-button-group.is--vertical > .vxe-button.type--button.size--medium, .vxe-button-group.is--vertical > .vxe-button--dropdown.size--medium {
margin-top: var(--vxe-ui-base-margin-gap-medium);
}
.vxe-button-group.is--vertical > .vxe-button.type--button.size--small, .vxe-button-group.is--vertical > .vxe-button--dropdown.size--small {
margin-top: var(--vxe-ui-base-margin-gap-small);
}
.vxe-button-group.is--vertical > .vxe-button.type--button.size--mini, .vxe-button-group.is--vertical > .vxe-button--dropdown.size--mini {
margin-top: var(--vxe-ui-base-margin-gap-mini);
}
.vxe-button-group.is--vertical > .vxe-button.type--button:first-of-type, .vxe-button-group.is--vertical > .vxe-button--dropdown:first-of-type {
margin-top: 0;
}
.vxe-button-group.is--vertical > .vxe-button.type--button, .vxe-button-group.is--vertical > .vxe-button--dropdown {
margin-right: 0;
}
.vxe-button-group.is--vertical > .vxe-button + .vxe-button--dropdown, .vxe-button-group.is--vertical > .vxe-button--dropdown + .vxe-button {
margin-left: 0;
}