Files
flashmed-bi/src/components/shared/buttons/button-group.min.css
2026-08-08 19:05:08 +03:30

1 line
262 B
CSS

div.btn-group{margin:.5rem}div.btn-group>button{margin:0;border-radius:0}div.btn-group>button:first-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}div.btn-group>button:last-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}