@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
1 lines • 620 B
CSS
.vs-button__group{display:flex;justify-content:center;align-items:center}.vs-button__group .vs-button{margin:0}.vs-button__group .vs-button:not(:last-of-type):not(:first-of-type){border-radius:0;border:0}.vs-button__group .vs-button:not(:last-of-type):not(:first-of-type).vs-button--border:before{border-left:0;width:100%}.vs-button__group .vs-button:not(:last-of-type):not(:first-of-type).vs-button--border+.vs-button--border:not(:last-of-type):before{border-right:0;width:100%}.vs-button__group .vs-button:last-of-type{border-radius:0 12px 12px 0}.vs-button__group .vs-button:first-of-type{border-radius:12px 0 0 12px}