X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/06175c1d644d5a6f3093c945f18d6b3c33cc8d46..592c9401b18118e01de250d44878b9289b138f9c:/src/wolnelektury/static/2022/styles/local.scss diff --git a/src/wolnelektury/static/2022/styles/local.scss b/src/wolnelektury/static/2022/styles/local.scss new file mode 100644 index 000000000..a8185cd6b --- /dev/null +++ b/src/wolnelektury/static/2022/styles/local.scss @@ -0,0 +1,39 @@ +$teal: #007880; + + +.l-change-pop { + transition: 350ms all; + + p { + a { + color: $teal; + } + } +} + + +.is-open .l-change-pop { + height: 0; + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} + + +.ui-autocomplete a { + display: block; + transition: none; +} + + +.jp-state-playing .icon-play { + &:before { + content: $icon-pause; + } +} +.jp-state-muted .icon-volume { + &:before { + content: $icon-mute; + } +}