From dcca403f32c6e00839cef618f6a61fd6d25405d0 Mon Sep 17 00:00:00 2001 From: David Linko Date: Wed, 27 Nov 2024 12:04:27 -0500 Subject: [PATCH] removed old code --- anms-ui/public/assets/styles/base.scss | 28 +------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/anms-ui/public/assets/styles/base.scss b/anms-ui/public/assets/styles/base.scss index 9b7b2ee..857c556 100644 --- a/anms-ui/public/assets/styles/base.scss +++ b/anms-ui/public/assets/styles/base.scss @@ -40,30 +40,4 @@ html, body { flex: 1 1 100%; // https://drafts.csswg.org/css-flexbox/#min-size-auto min-height: 0; -} - -// Copied from scss/_buttons.scss in bootstrap 4.3 -// Since cannot extend inside a media-breakpoint... -// https://github.com/sass/sass/issues/1050 -// @include media-breakpoint-only(xs) { - - // .btn-block-xs { - // display: block; - // width: 100%; - - // // Vertically space out multiple block buttons - // + .btn-block { - // margin-top: $btn-block-spacing-y; - // } - // } - - // Specificity overrides - input[type="submit"], - input[type="reset"], - input[type="button"] { - &.btn-block-xs { - width: 100%; - } - } - -// } +} \ No newline at end of file