mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
17 lines
290 B
CSS
Executable file
17 lines
290 B
CSS
Executable file
.p-checkbox {
|
|
display: inline-flex;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
vertical-align: bottom;
|
|
position: relative;
|
|
}
|
|
|
|
.p-checkbox.p-checkbox-disabled {
|
|
cursor: default;
|
|
}
|
|
|
|
.p-checkbox-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|