front-nti-hack/src/components/Checkbox/checkbox.module.css
2022-07-14 15:37:07 +03:00

22 lines
416 B
CSS

.checkBox{
display:inline-flex;
flex-direction: row;
gap:10px;
justify-content: center;
cursor: pointer;
user-select: none;
color:aliceblue;
font-size: 14px;
align-items: center;
}
.box{
width: 22px !important;
height: 22px;
background-color: #181C22;
border-radius: 3px;
border: 0px;
display: flex;
align-items: center;
justify-content: center;
}