Skip to content

Commit

Permalink
tewak tab styles
Browse files Browse the repository at this point in the history
  • Loading branch information
trentfridey committed Aug 26, 2023
1 parent c22dade commit b9f4008
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/Tabs.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.tab-body {
flex: none;
height: calc(100% - 40px);
width: 100%;
background-color: #1d1d1d;
}

.tab-header-container {
display: flex;
flex-direction: row;
Expand All @@ -8,6 +15,8 @@
height: 40px;
width: 100%;
background-color: #000;
flex-shrink: 0;
margin-top: auto;
}

.tab-control {
Expand All @@ -32,17 +41,12 @@
background-color: #000;
cursor: pointer;
transition: 0.1s background linear;
flex: none;
}

.tab-header.active {
background-color: var(--darkgrey);
}

.tab-body {
height: calc(100% - 40px);
background-color: #1d1d1d;
}


.tab-button {
display: inline-block;
Expand Down

0 comments on commit b9f4008

Please sign in to comment.