From a451449766d581978068a5b8f8c1e27f50386ea7 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 23 Sep 2021 08:33:36 +0000 Subject: Revert "composer update bootstrap to version 5.1.1" This reverts commit 89e4006b2d84d398e34d407a019854823b1dd37d. --- vendor/twbs/bootstrap/scss/helpers/_stacks.scss | 15 --------------- vendor/twbs/bootstrap/scss/helpers/_vr.scss | 8 -------- 2 files changed, 23 deletions(-) delete mode 100644 vendor/twbs/bootstrap/scss/helpers/_stacks.scss delete mode 100644 vendor/twbs/bootstrap/scss/helpers/_vr.scss (limited to 'vendor/twbs/bootstrap/scss/helpers') diff --git a/vendor/twbs/bootstrap/scss/helpers/_stacks.scss b/vendor/twbs/bootstrap/scss/helpers/_stacks.scss deleted file mode 100644 index 6cd237ae6..000000000 --- a/vendor/twbs/bootstrap/scss/helpers/_stacks.scss +++ /dev/null @@ -1,15 +0,0 @@ -// scss-docs-start stacks -.hstack { - display: flex; - flex-direction: row; - align-items: center; - align-self: stretch; -} - -.vstack { - display: flex; - flex: 1 1 auto; - flex-direction: column; - align-self: stretch; -} -// scss-docs-end stacks diff --git a/vendor/twbs/bootstrap/scss/helpers/_vr.scss b/vendor/twbs/bootstrap/scss/helpers/_vr.scss deleted file mode 100644 index 37f864777..000000000 --- a/vendor/twbs/bootstrap/scss/helpers/_vr.scss +++ /dev/null @@ -1,8 +0,0 @@ -.vr { - display: inline-block; - align-self: stretch; - width: 1px; - min-height: 1em; - background-color: currentColor; - opacity: $hr-opacity; -} -- cgit v1.2.3