LANCommander/LANCommander.Launcher/Styles/_checkbox-button-group.scss

15 lines
281 B
SCSS
Raw Permalink Normal View History

2024-10-25 20:46:54 -05:00
.checkbox-button-group {
width: 100%;
.ant-btn {
display: flex;
flex-direction: row-reverse;
align-items: center;
span:not(.anticon) {
flex-grow: 1;
text-align: left;
margin-left: 0;
}
}
}