-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17ea2dd
commit c03ddb6
Showing
5 changed files
with
110 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
@import "colors"; | ||
@import "fonts"; | ||
@import "sizes"; | ||
|
||
|
||
.tabcontent { | ||
display: none; | ||
padding: 6px 12px; | ||
border: 1px solid #ccc; | ||
border-top: none; | ||
} | ||
|
||
|
||
.tab { | ||
overflow: hidden; | ||
border: 1px solid #ccc; | ||
background-color: #f1f1f1; | ||
margin: 110px 1rem 0rem 1rem; | ||
} | ||
|
||
.tab button { | ||
background-color: inherit; | ||
border: none; | ||
cursor: pointer; | ||
} | ||
|
||
|
||
.tab button:hover { | ||
background-color: #ddd; | ||
} | ||
|
||
.tab li:active{ | ||
background-color: yellow; | ||
} | ||
.tab nav { | ||
|
||
} | ||
.tab nav ul { | ||
list-style: none; | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
|
||
} | ||
|
||
.tab nav ul li button { | ||
color: #0d9564; | ||
margin: 0.5rem 1rem 0.5rem 1rem; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters