mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 18:56:29 +02:00
6 lines
159 B
CSS
6 lines
159 B
CSS
.p-radio-button-group label {
|
|
border-right: 1px solid rgba(0, 0, 0, 0.3);
|
|
}
|
|
.p-radio-button-group label:last-child {
|
|
border-right-color: transparent;
|
|
} |