You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
454 B

.p-checkbox {
display: inline-flex;
cursor: pointer;
user-select: none;
vertical-align: bottom;
position: relative;
}
.p-checkbox-disabled {
cursor: default !important;
pointer-events: none;
}
.p-checkbox-box {
display: flex;
justify-content: center;
align-items: center;
}
p-checkbox {
display: inline-flex;
vertical-align: bottom;
align-items: center;
}
.p-checkbox-label {
line-height: 1;
}