Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Oct 21, 2024
1 parent 67060dd commit c07dc88
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
box-sizing: border-box;
padding: 0;
margin: 0;
font-family:"Outfit", sans-serif;;
font-family: "Outfit", sans-serif;
}

html,
Expand Down Expand Up @@ -124,8 +124,8 @@ a:hover {
font-weight: 400;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
transition-duration: 200ms;
padding-left: 18px!important;
padding-right: 18px!important;
padding-left: 18px !important;
padding-right: 18px !important;
height: 2.5rem;
min-width: 2.5rem;
font-size: 1rem;
Expand Down Expand Up @@ -214,7 +214,7 @@ a:hover {
}

.refresh-icon {
margin-inline-end: 0.5rem
margin-inline-end: 0.5rem;
}

.stepper-icon {
Expand Down Expand Up @@ -242,7 +242,7 @@ a:hover {
-ms-flex-negative: 0;
flex-shrink: 0;
color: currentColor;
vertical-align:super
vertical-align: super;
}

.box {
Expand Down Expand Up @@ -294,7 +294,8 @@ a:hover {
background: var(--slate500);
}

.users-wrapper,.feedback-wrapper {
.users-wrapper,
.feedback-wrapper {
max-height: 300px;
overflow-y: scroll;
}
Expand All @@ -306,10 +307,11 @@ a:hover {
.users-header {
font-weight: 700;
font-size: 1.125rem;
font-family: 'DM Sans', sans-serif;
font-family: "DM Sans", sans-serif;
}

.join-group-button, .send-feedback-button {
.join-group-button,
.send-feedback-button {
margin-top: 1.5rem;
}

Expand Down Expand Up @@ -358,4 +360,4 @@ a:hover {
to {
transform: rotate(360deg);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
box-sizing: border-box;
padding: 0;
margin: 0;
font-family:"Outfit", sans-serif;;
font-family: "Outfit", sans-serif;
}

html,
Expand Down Expand Up @@ -124,8 +124,8 @@ a:hover {
font-weight: 400;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
transition-duration: 200ms;
padding-left: 18px!important;
padding-right: 18px!important;
padding-left: 18px !important;
padding-right: 18px !important;
height: 2.5rem;
min-width: 2.5rem;
font-size: 1rem;
Expand Down Expand Up @@ -214,7 +214,7 @@ a:hover {
}

.refresh-icon {
margin-inline-end: 0.5rem
margin-inline-end: 0.5rem;
}

.stepper-icon {
Expand Down Expand Up @@ -242,7 +242,7 @@ a:hover {
-ms-flex-negative: 0;
flex-shrink: 0;
color: currentColor;
vertical-align:super
vertical-align: super;
}

.box {
Expand Down Expand Up @@ -294,7 +294,8 @@ a:hover {
background: var(--slate500);
}

.users-wrapper,.feedback-wrapper {
.users-wrapper,
.feedback-wrapper {
max-height: 300px;
overflow-y: scroll;
}
Expand All @@ -306,10 +307,11 @@ a:hover {
.users-header {
font-weight: 700;
font-size: 1.125rem;
font-family: 'DM Sans', sans-serif;
font-family: "DM Sans", sans-serif;
}

.join-group-button, .send-feedback-button {
.join-group-button,
.send-feedback-button {
margin-top: 1.5rem;
}

Expand Down Expand Up @@ -358,4 +360,4 @@ a:hover {
to {
transform: rotate(360deg);
}
}
}

0 comments on commit c07dc88

Please sign in to comment.