Files

22 lines
345 B
CSS
Executable File

.p-checkbox {
display: inline-flex;
cursor: pointer;
user-select: none;
vertical-align: bottom;
}
.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;
}