Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
454 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | .p-checkbox {
|
---|
| 2 | display: inline-flex;
|
---|
| 3 | cursor: pointer;
|
---|
| 4 | user-select: none;
|
---|
| 5 | vertical-align: bottom;
|
---|
| 6 | position: relative;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | .p-checkbox-disabled {
|
---|
| 10 | cursor: default !important;
|
---|
| 11 | pointer-events: none;
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | .p-checkbox-box {
|
---|
| 15 | display: flex;
|
---|
| 16 | justify-content: center;
|
---|
| 17 | align-items: center;
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | p-checkbox {
|
---|
| 21 | display: inline-flex;
|
---|
| 22 | vertical-align: bottom;
|
---|
| 23 | align-items: center;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 | .p-checkbox-label {
|
---|
| 27 | line-height: 1;
|
---|
| 28 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.