17 lines
314 B
CSS
Executable File
17 lines
314 B
CSS
Executable File
.p-fieldset-legend > a,
|
|
.p-fieldset-legend > span {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.p-fieldset-legend-text {
|
|
line-height: 1;
|
|
} |