First full release
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user