mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-06-02 16:00:25 -04:00
45 lines
697 B
CSS
45 lines
697 B
CSS
/* your custom css */
|
|
|
|
body {
|
|
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-weight: 400;
|
|
color: #404040;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
font-weight: 300;
|
|
}
|
|
|
|
code {
|
|
color: #91298c;
|
|
}
|
|
|
|
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
}
|
|
|
|
@media only screen and (max-width: 1023px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1400px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1500px) {
|
|
}
|
|
|
|
#footer .qlikOpenSource {
|
|
margin: 1em auto;
|
|
width: 200px;
|
|
display: block;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
#footer .qlikOpenSource:hover {
|
|
opacity: 0.9;
|
|
}
|