initial commit
This commit is contained in:
commit
91694af3e9
37 changed files with 5475 additions and 0 deletions
14
scss/components/_tabs.scss
Normal file
14
scss/components/_tabs.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
nav.tabs {
|
||||
height: 40px;
|
||||
border-top: 2px groove #eeede0;
|
||||
border-bottom: 2px groove #eeede0;
|
||||
|
||||
.item {
|
||||
line-height: 40px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.item.active {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue