(Created page with "→All CSS here will be loaded for users of the Citizen skin: pi-tab-link { border-radius: var(--border-radius--medium); }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
pi-tab-link { | li.pi-tab-link.pi-item-spacing { | ||
border-radius: var(--border-radius--medium); | border-radius: var(--border-radius--medium); | ||
} | } |
Revision as of 07:12, 2 January 2023
/* All CSS here will be loaded for users of the Citizen skin */
li.pi-tab-link.pi-item-spacing {
border-radius: var(--border-radius--medium);
}