Skip to content

Commit

Permalink
Merge pull request #179 from semantic-systems/develop
Browse files Browse the repository at this point in the history
hotfix for tabs control
  • Loading branch information
abdullah-rana authored Oct 10, 2023
2 parents 67176d6 + ba88a87 commit ee2c7b8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions static/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
position: relative;
margin: 0 auto;
overflow: hidden;
height: 100px;
}
.tabs-section > .nav-tabs {
position: relative;
position: absolute;
left: 0px;
top: 0px;
min-width: 3500px;
margin-top: 0px;
cursor: auto;
border: none;
Expand All @@ -19,20 +21,20 @@
padding-bottom: 10px;
}
.tabs-section > .nav-tabs li[role=presentation]:not(:last-child) {
padding-right: 1vw;
padding-right: 15px;
}
.tabs-section > .nav-tabs li[role=presentation] button[role=tab] {
margin: 0;
padding: 2px 10px 2px 0px;
font-size: 1.6vw;
padding: 2px 10px 2px 10px;
font-size: 1.2rem;
font-weight: 700;
text-transform: none;
text-align: center;
letter-spacing: 0.25px;
color: #9a9a9a;
background: none;
border: none;
line-height: 3.8vw;
line-height: 50px;
transition: color 0.3s ease, box-shadow 0.2s ease;
border-bottom: 5px solid transparent;
}
Expand All @@ -49,4 +51,4 @@
min-height: 500px;
margin: 0;
padding: 0;
}/*# sourceMappingURL=tabs.css.map */
}/*# sourceMappingURL=tabs.css.map */

0 comments on commit ee2c7b8

Please sign in to comment.