a8185cd6b6b0dec76045362eac89f2387d689987
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / local.scss
1 $teal: #007880;
2
3
4 .l-change-pop {
5     transition: 350ms all;
6     
7     p {
8         a {
9             color: $teal;
10         }
11     }
12 }
13
14
15 .is-open .l-change-pop {
16     height: 0;
17     margin-top: 0;
18     margin-bottom: 0;
19     padding-top: 0;
20     padding-bottom: 0;
21 }
22
23
24 .ui-autocomplete a {
25     display: block;
26     transition: none;
27 }
28
29
30 .jp-state-playing .icon-play {
31   &:before {
32     content: $icon-pause;
33   }
34 }
35 .jp-state-muted .icon-volume {
36   &:before {
37     content: $icon-mute;
38   }
39 }