mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
10 lines
166 B
CSS
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;
|
|
}
|