Skip to content

Commit

Permalink
Update steps.css
Browse files Browse the repository at this point in the history
  • Loading branch information
chertik77 committed Sep 30, 2023
1 parent 675e7d4 commit 5f21e7d
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/css/steps.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

.steps-container {
height: 661px;
padding: 40px 20px 0 20px;
padding: 40px 20px 0;
background-color: var(--fourth-brand-color);
border-radius: 40px;
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6' fill='none'%3E%3Ccircle cx='2.77718' cy='3.25906' r='2.51253' fill='%23A1C487' fill-opacity='0.69'/%3E%3C/svg%3E"); */
}

.step-title {
Expand Down Expand Up @@ -52,20 +51,6 @@
margin-right: 14px;
}

.steps-item::before {
display: flex;
justify-content: center;
align-items: center;
background-color: var(--primary-brand-color);
content: '1';
width: 40px;
height: 38px;
border-radius: 50%;
font-size: 18px;
line-height: 1;
letter-spacing: -0.72px;
}

.steps-item:nth-of-type(2)::before {
content: '2';
}
Expand Down

0 comments on commit 5f21e7d

Please sign in to comment.