source: tanzpartie-hugo/themes/bilberry-hugo-theme/assets/sass/_no-js.scss @ 16971

Last change on this file since 16971 was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 777 bytes
Line 
1.js {
2    .no-js-message {
3        display: none;
4    }
5}
6
7.no-js {
8
9    .no-js-hidden {
10        display: none;
11    }
12
13    .no-js-message {
14        display: block;
15        padding: 2em;
16        background-color: $base-color;
17        color: $header-text-color;
18        font-size: 0.9em;
19        font-style: italic;
20        text-align: center;
21
22        &:first-line {
23            font-weight: bold;
24        }
25    }
26
27    nav {
28        display: block !important;
29    }
30
31    .search,
32    .toggler {
33        display: none !important;
34    }
35
36    pre code {
37        background: inherit;
38        color: inherit;
39    }
40
41    .responsive-video {
42        &.youtube, &.vimeo, &.peertube {
43                height: auto !important;
44                padding: 0 !important;
45            }
46    }
47}
Note: See TracBrowser for help on using the repository browser.