svelma-pro/docs/static/global.css

85 lines
1.4 KiB
CSS

/* body {
margin: 0;
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
Helvetica Neue, sans-serif;
font-size: 14px;
line-height: 1.5;
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 0.5em 0;
font-weight: 400;
line-height: 1.2;
}
h1 {
font-size: 2em;
}
a {
color: inherit;
}
code {
font-family: menlo, inconsolata, monospace;
font-size: calc(1em - 2px);
color: #555;
background-color: #f0f0f0;
padding: 0.2em 0.4em;
border-radius: 2px;
}
@media (min-width: 400px) {
body {
font-size: 16px;
}
} */
header.header {
border-bottom: 2px solid #f5f5f5;
margin-bottom: 3rem;
padding-bottom: 3rem;
}
header.header .subtitle {
color: #7a7a7a;
}
hr.is-medium {
margin: 3rem 0
}
.control .icon.is-clickable, .control.has-icons-left .icon.is-clickable, .control.has-icons-right .icon.is-clickable {
pointer-events: auto;
cursor: pointer;
}
html::-webkit-scrollbar{
display: none;
}
@media screen and (max-width: 1087px){
html::-webkit-scrollbar{
width: 5px;
display: block;
}
html::-webkit-scrollbar-track{
background: rgb(239, 239, 239);
border-radius:2px;
}
html::-webkit-scrollbar-thumb{
background: #bfbfbf;
border-radius:10px;
}
html::-webkit-scrollbar-thumb:hover{
background: #333;
}
html::-webkit-scrollbar-corner{
background: #179a16;
}
}