Skip to content

Commit

Permalink
[edit]design page flex-oder
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-port committed Aug 17, 2021
1 parent 2f63b67 commit 68b865a
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 128 deletions.
234 changes: 215 additions & 19 deletions app/assets/style/all.css

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

2 changes: 1 addition & 1 deletion app/assets/style/all.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/style/helpers/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ $font-size-lg: $font-size-base * 1.25 !default;
$font-weight-lighter: lighter !default;
$font-weight-light: 300 !default;
$font-weight-normal: 400 !default;
$font-weight-medium: 600 !default; //edit add
$font-weight-medium: 500 !default; //edit add
$font-weight-bold: 700 !default;
$font-weight-bolder: bolder !default;

Expand Down
7 changes: 7 additions & 0 deletions app/assets/style/utilities/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ $utilities: map-merge(
),
)
),
"font-size":
map-merge(
map-get($utilities, "font-size"),
(
responsive: true,
)
),
"font-weight":
map-merge(
map-get($utilities, "font-weight"),
Expand Down
Loading

0 comments on commit 68b865a

Please sign in to comment.