(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 |
||
(4 intermediate revisions by the same user not shown) | |||
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 { | .pi-tab-link { | ||
border-radius: var(--border-radius--medium); | border-radius: var(--border-radius--medium); | ||
} | |||
.pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { | |||
border-bottom-width: 2px; | |||
} | } |
Latest revision as of 07:15, 2 January 2023
/* All CSS here will be loaded for users of the Citizen skin */
.pi-tab-link {
border-radius: var(--border-radius--medium);
}
.pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current {
border-bottom-width: 2px;
}