Skip to content

Commit

Permalink
fix: #113
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Nov 14, 2024
1 parent 8e33890 commit cdf40d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions style/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -896,9 +896,9 @@ animation-direction: #{$anim-dir};

@mixin bouncy-check-box($checked: false, $icon-size: 1.1em, $stroke-width: .1em) {
&::before {
content: '';
content: '' !important; // fix https://github.com/mustakshif/Asri/issues/113
position: absolute;

// display: block !important;

@if $checked==false {
width: calc($icon-size - .05em);
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit cdf40d8

Please sign in to comment.