0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 16:03:07 +00:00
Files
homebrewery/shared/naturalcrit/codeEditor/helpers/widget-elements/checkbox/checkbox.less
2023-07-15 01:05:41 -05:00

7 lines
132 B
Plaintext

.widget-checkbox {
display: inline-block;
flex: 0 0 auto;
background-color: #ddd;
border-radius: 10px;
padding: 4px 2px;
}