feat: rewrite of tabs component
This commit is contained in:
15
src/App.css
15
src/App.css
@@ -321,11 +321,20 @@ button,
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.tablink {
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
.tab-button {
|
||||
flex: 1;
|
||||
background-color: grey;
|
||||
border: none;
|
||||
margin: 4px auto;
|
||||
cursor: pointer;
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
.tab-button.active {
|
||||
opacity: unset;
|
||||
font-weight: bold;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
Reference in New Issue
Block a user