mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
28 lines
448 B
CSS
28 lines
448 B
CSS
/* your custom css */
|
|
|
|
@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;
|
|
}
|