Skip to content

Commit

Permalink
Re-order styles
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jan 18, 2024
1 parent 66fed32 commit b45e6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dev/assets/design-styles/trendy/css/blocks/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
&::after {
content: "";
display: inline-block;
max-width: 0;
opacity: 0;
overflow: hidden;
position: relative;
top: 1px;
transition: max-width 200ms cubic-bezier(0.7, 0, 0.3, 1), opacity 200ms cubic-bezier(0.7, 0, 0.3, 1), margin 100ms cubic-bezier(0.7, 0, 0.3, 1) 100ms;
max-width: 0;
width: 0;
}

Expand All @@ -22,8 +22,8 @@

&::after {
margin-left: 10px;
opacity: 1;
max-width: 300px;
opacity: 1;
width: auto;
}
}
Expand Down

0 comments on commit b45e6df

Please sign in to comment.