Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
David Linko committed Nov 27, 2024
1 parent a5c012c commit dcca403
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions anms-ui/public/assets/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
}

// }
}

0 comments on commit dcca403

Please sign in to comment.