X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8a078a30db08afb680c48ce94d6e576236febeed..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2021/css/base/_global.scss diff --git a/src/wolnelektury/static/2021/css/base/_global.scss b/src/wolnelektury/static/2021/css/base/_global.scss deleted file mode 100644 index 30d43b4d3..000000000 --- a/src/wolnelektury/static/2021/css/base/_global.scss +++ /dev/null @@ -1,39 +0,0 @@ -/* ------------------------------ - Base: Global ------------------------------- */ - -*, *:after, *:before { - box-sizing: border-box; -} - -:focus { - outline: $color-black auto 2px; - outline-offset: 2px; -} - -html, -body { - -webkit-overflow-scrolling: auto; -} - -body { - color: $color-black; - background-color: $color-white; - - &.using-mouse { - *:focus { - outline: 0 !important; - } - } -} - -.visibility-hidden { - visibility: hidden !important; -} - -.simpleParallax { - width: 100%; - display: flex; - align-items: center; - justify-content: center; -}