mirror of
https://github.com/evgen-app/front-nti-hack.git
synced 2025-10-22 03:14:16 +03:00
22 lines
416 B
CSS
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;
|
|
|
|
} |