Iceshrimp.NET/Iceshrimp.Frontend/Components/TabbedMenu.razor.css
2024-10-24 18:20:48 +02:00

12 lines
No EOL
193 B
CSS

.tab-button {
padding: 0.5em;
}
.buttons {
border-bottom: solid var(--highlight-color) 0.1rem;
}
.active {
border-bottom: solid var(--notice-color) 0.1rem;
border-radius: 0;
}