summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss
diff options
context:
space:
mode:
Diffstat (limited to 'minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss')
-rw-r--r--minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss23
1 files changed, 0 insertions, 23 deletions
diff --git a/minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss b/minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss
deleted file mode 100644
index 2cf08bf..0000000
--- a/minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-// Positioning
-
-.fixed-top {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: $zindex-fixed;
-}
-
-.fixed-bottom {
- position: fixed;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: $zindex-fixed;
-}
-
-.sticky-top {
- position: sticky;
- top: 0;
- z-index: $zindex-sticky;
-}