Skip to content

Commit

Permalink
tabs (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
agsfer authored Dec 10, 2024
1 parent 6d52b39 commit 6afe5ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="tabs-model-aproach-head"><button class="tab-li-model-aproach tabheader_active">Python</button><button class="tab-li-model-aproach tab-li-jsl">JSL</button><button class="tab-li-model-aproach">Scala</button><button class="tab-li-model-aproach tab-li-nlu">NLU</button></div>
<div class="tabs-model-aproach-head"><button class="tab-li-model-aproach tabheader_active">Python<strong>Healthcare NLP</strong></button><button class="tab-li-model-aproach tab-li-jsl">Python<strong>JohnSnowLabs</strong></button><button class="tab-li-model-aproach">Scala</button><button class="tab-li-model-aproach tab-li-nlu">NLU</button></div>
15 changes: 15 additions & 0 deletions docs/_sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,22 @@ code.language-plaintext {
color: #fff;
border-color: $color-lightblue;
}
}

.tabs-model-aproach-head {
display: flex;
}

.tab-li-model-aproach {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
strong {
display: block;
font-size: 15px;
font-weight: 500;
}
}

.tabs-python-scala-head {
Expand Down

0 comments on commit 6afe5ae

Please sign in to comment.