Files
blowfish/assets/css/components/tabs.css
ZhenShuo Leo 20044af981 feat: add tabs
2025-12-01 20:24:26 +08:00

10 lines
166 B
CSS

.tab__button.tab--active {
border-bottom: 2px solid rgb(var(--color-primary-500));
}
.tab__panel {
display: none;
}
.tab__panel.tab--active {
display: block;
}