Skip to content

Commit

Permalink
style lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Medesan committed Jun 2, 2021
1 parent cec283f commit 893c687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/less/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
position: relative;
padding: 0 1rem 0 3.5rem;
margin: 2rem 0 0;
counter-reset: item;
list-style: none;
counter-reset: item;
}

.review-state-text {
Expand Down Expand Up @@ -83,7 +83,7 @@
position: relative;
min-height: 75px;
padding-left: 0.5rem;
counter-increment: item -1;
counter-increment: item -1;

&:before {
position: absolute;
Expand All @@ -105,7 +105,7 @@
background: @progress-indicator-color;
border-radius: 50%;
color: white;
content: counter(item);
content: counter(item);
font-size: 13px;
font-weight: 400;
line-height: 1.5rem;
Expand Down

0 comments on commit 893c687

Please sign in to comment.