Skip to content

Commit

Permalink
User box corners for all components in design system
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Oct 12, 2023
1 parent a00d048 commit 1b6accf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions src/scss/themed-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ $dark: #000 !default;
$font-family-sans-serif: 'Montserrat', sans-serif;
$font-family-monospace: 'Montserrat', sans-serif;

// Override border radius to let all components have right angle corners.
$border-radius: 0;
$border-radius-sm: 0;
$border-radius-lg: 0;
$border-radius-xl: 0;
$border-radius-xxl: 0;

@import '../../node_modules/bootstrap/scss/functions';
@import '../../node_modules/bootstrap/scss/variables';
@import '../../node_modules/bootstrap/scss/variables-dark';
Expand Down
24 changes: 12 additions & 12 deletions src/shared/themed-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b6accf

Please sign in to comment.