Pretty usable.
[wolnelektury.git] / 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 (file)
index 30d43b4..0000000
+++ /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;
-}