First full release

This commit is contained in:
Luka Romih
2023-03-10 12:50:23 +01:00
parent 257f3c354f
commit 9867875ef2
285 changed files with 10980 additions and 4692 deletions
@@ -36,6 +36,12 @@ $content-nav-content-width-medium: 22rem;
}
}
.content-nav-title {
position: fixed;
top: 85px;
left: 35px;
}
.term-button {
max-width: 445px;
font-size: 1rem;
@@ -492,6 +498,28 @@ $content-nav-content-width-medium: 22rem;
}
*/
.dark-gray-tooltip.tooltip > .tooltip-inner {
background-color: v.$header-description-gray !important;
max-width: 500px;
padding: 8px 17px;
border-radius: 4px;
}
.dark-gray-tooltip.bs-tooltip-top .tooltip-arrow::before {
border-top-color: v.$header-description-gray !important;
}
.dark-gray-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
border-bottom-color: v.$header-description-gray !important;
}
.dark-gray-tooltip.bs-tooltip-start .tooltip-arrow::before {
border-left-color: v.$header-description-gray !important;
}
.dark-gray-tooltip.bs-tooltip-end .tooltip-arrow::before {
border-right-color: v.$header-description-gray !important;
}
.gray-tooltip.tooltip > .tooltip-inner {
background-color: #b6bec4;
max-width: 500px;