mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
324ecbeed6
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
64 lines
No EOL
858 B
SCSS
64 lines
No EOL
858 B
SCSS
* {
|
|
box-sizing: border-box !important;
|
|
font-family: 'Lato', sans-serif;
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
.content-wrap {
|
|
max-width: none;
|
|
}
|
|
}
|
|
|
|
// Logo
|
|
.fa-home{
|
|
vertical-align: middle;
|
|
width: 14px;
|
|
}
|
|
|
|
.fa-home:before {
|
|
content: url(../assets/images/vm_logo.svg);
|
|
}
|
|
|
|
// Navigation
|
|
.header {
|
|
background: black;
|
|
}
|
|
|
|
.toctree .caption {
|
|
color: #fc5d20 !important;
|
|
}
|
|
|
|
.toctree .fa {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
// Footer
|
|
.status .branch .name{
|
|
color: #b35cec !important;
|
|
}
|
|
|
|
// hidden in menu pages
|
|
[data-sort="-1"] {
|
|
display: none;
|
|
}
|
|
|
|
// Content
|
|
.markdown-body h1,
|
|
.markdown-body h2,
|
|
.markdown-body h3,
|
|
.markdown-body h4 {
|
|
font-family: 'Lato', sans-serif !important;
|
|
}
|
|
|
|
// try new page button
|
|
.navigation-top {
|
|
min-height: 32px;
|
|
}
|
|
|
|
.navigation-top > a:last-child{
|
|
padding-left: 5px
|
|
}
|
|
|
|
.navigation-top > .btn {
|
|
margin-left: auto
|
|
} |