Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Feb 11, 2025
1 parent 123e5fa commit 0dd68e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ div.ac-wrap {

// graceful ish style
@mixin box-shadow($value: 0px) {
box-shadow:
0 24px 40px rgba(0, 0, 0, 0.07),
box-shadow: 0 24px 40px rgba(0, 0, 0, 0.07),
0 10.8529px 24.1177px rgba(0, 0, 0, 0.0456112),
0 4.50776px 10.0172px rgba(0, 0, 0, 0.035),
0 1.63037px 3.62304px rgba(0, 0, 0, 0.0243888);
Expand Down Expand Up @@ -538,8 +537,7 @@ html body #main-outlet {
background: var(--secondary);
border-radius: 1em;
padding: 3em 3em 5%;
box-shadow:
0 24px 40px rgba(0, 0, 0, 0.07),
box-shadow: 0 24px 40px rgba(0, 0, 0, 0.07),
0 10.8529px 24.1177px rgba(0, 0, 0, 0.0456112),
0 4.50776px 10.0172px rgba(0, 0, 0, 0.035),
0 1.63037px 3.62304px rgba(0, 0, 0, 0.0243888);
Expand Down

0 comments on commit 0dd68e7

Please sign in to comment.