From d25ff2bddd44b9dac1ceb248424109d1782dd211 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 25 Mar 2017 13:13:57 +0100 Subject: add minionlivesmatter as submodule --- .../assets/bootstrap/scss/utilities/_position.scss | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss (limited to 'minionlivesmatter/templates/assets/bootstrap/scss/utilities/_position.scss') 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; -} -- cgit v1.3.1