From bcfe570004cc60ea2fcc1ba5960d888d1684140e Mon Sep 17 00:00:00 2001 From: neoger <70900867+000-ooo-000@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:26:39 +0100 Subject: [PATCH] Revert "Add forms button spacing (#14)" This reverts commit cdbd30a9125e1c50d71110532ea38ccfb4f21f30. --- CHANGELOG.md | 1 - styles/Form/_form.scss | 8 -------- styles/Form/index.scss | 1 - styles/Layout/SideBarLayout.scss | 1 - 4 files changed, 11 deletions(-) delete mode 100644 styles/Form/_form.scss delete mode 100644 styles/Form/index.scss diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6a932..3df7ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -- Added styling for button groups ## [2.1.0] - 2022-12-01 diff --git a/styles/Form/_form.scss b/styles/Form/_form.scss deleted file mode 100644 index 87fa4bb..0000000 --- a/styles/Form/_form.scss +++ /dev/null @@ -1,8 +0,0 @@ -form div[role="group"] { - display: flex; - gap: 0.25rem; - - button { - flex: 1 1 auto; - } -} diff --git a/styles/Form/index.scss b/styles/Form/index.scss deleted file mode 100644 index cf1b2df..0000000 --- a/styles/Form/index.scss +++ /dev/null @@ -1 +0,0 @@ -@use "form"; \ No newline at end of file diff --git a/styles/Layout/SideBarLayout.scss b/styles/Layout/SideBarLayout.scss index 8675476..568ca9b 100644 --- a/styles/Layout/SideBarLayout.scss +++ b/styles/Layout/SideBarLayout.scss @@ -1,7 +1,6 @@ @import "../../node_modules/bootstrap/scss/functions"; @import "../../node_modules/bootstrap/scss/variables"; @import "../../node_modules/bootstrap/scss/mixins"; -@import "../Form"; $topnav-base-height: 4rem; $usernav-base-height: calc(#{$topnav-base-height} - 1rem);