2018-12-14 09:41:13 +00:00
|
|
|
.p-radiobutton {
|
2020-04-24 10:43:27 +00:00
|
|
|
display: inline-flex;
|
2018-12-14 09:41:13 +00:00
|
|
|
cursor: pointer;
|
|
|
|
user-select: none;
|
2020-06-16 20:14:57 +00:00
|
|
|
vertical-align: top;
|
2018-12-14 09:41:13 +00:00
|
|
|
}
|
|
|
|
|
2020-04-24 10:43:27 +00:00
|
|
|
.p-radiobutton-box {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2018-12-14 09:41:13 +00:00
|
|
|
}
|