primevue-mirror/src/components/radiobutton/RadioButton.css

12 lines
213 B
CSS
Raw Normal View History

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-20 10:56:36 +00:00
vertical-align: bottom;
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
}