[DOCS] adjustments for ST and cookie policy 22.3 (#18330)

This commit is contained in:
Karol Blaszczak
2023-07-03 12:12:38 +02:00
committed by GitHub
parent 23cfdc3730
commit 40c62bdf68
2 changed files with 36 additions and 1 deletions
+35 -1
View File
@@ -21,7 +21,41 @@ pre {
white-space: pre-wrap;
word-wrap: break-word;
}
/* cookie wap requirement */
a#wap_dns {display: none;}
/* Sphinx-design tabs override */
.sd-tab-set>input:checked+label {
border-color: var(--sd-color-tabs-underline-inactive);
color: var(--sd-color-info-text)!important;
background-color: rgb(0 104 181)!important;
}
.sd-tab-set>input:checked+label:hover {
color: --sd-color-info-text;
background-color: rgb(0,74,134)!important;
}
.sd-tab-set>input:not(:checked)+label:hover {
color: var(--sd-color-black)!important;
background-color: rgb(245, 245, 245)!important;
border-color: var(--sd-color-card-header)!important;
}
.sd-tab-set>label {
border-bottom: 0.125rem solid transparent;
margin-right: 10px!important;
margin-bottom: 8px;
color: var(--sd-color-black)!important;
border-color: var(--sd-color-tabs-underline-inactive);
cursor: pointer;
font-size: var(--sd-fontsize-tabs-label);
font-weight: 400!important;
padding: 5px 16px 2px!important;
transition: color 250ms;
width: auto;
z-index: 1;
}
.sd-tab-content {
box-shadow:none!important;
border-top: solid 2px var(--sd-color-tabs-overline)!important;
}
/* Navigation panels override */
/* =================================================== */