mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
23 lines
411 B
SCSS
23 lines
411 B
SCSS
.highlight + .highlight {
|
|
display: none;
|
|
}
|
|
.highlight > pre {
|
|
padding: 10px 12px;
|
|
}
|
|
.lang-tabs {
|
|
display: block;
|
|
min-height: 26px;
|
|
}
|
|
.lang-tabs__button {
|
|
padding: 2px 4px 5px;
|
|
background: #dcdcdc;
|
|
color: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.lang-tabs__button.active {
|
|
background: #8d8d8d;
|
|
color: #fff;
|
|
}
|
|
.lang-tabs__button:not(:last-of-type) {
|
|
border-right: 1px solid #fff;
|
|
} |