Skip to content

Commit

Permalink
duplicate styles deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
kandyy9 committed Apr 11, 2024
1 parent a1433af commit 3c67fc1
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/css/your-order.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

.your-order-title {
display: block;
font-weight: 600;
font-size: 48px;
line-height: 1.04;
letter-spacing: -0.01em;
Expand All @@ -28,7 +27,6 @@

.your-order-text {
font-weight: 500;
font-size: 14px;
line-height: 1.29;
margin-bottom: 40px;
}
Expand All @@ -41,7 +39,6 @@

.order-form-text {
margin-bottom: 40px;
font-weight: 600;
font-size: 24px;
line-height: 1.08;
letter-spacing: -0.01em;
Expand Down Expand Up @@ -97,14 +94,12 @@

.order-form ::placeholder{
font-weight: 500;
font-size: 14px;
line-height: 129%;
letter-spacing: -0.02em;
color: var(--text);
}

.form-submit-btn {
font-size: 14px;
font-weight: 600;
line-height: 1.29;
letter-spacing: -0.01em;
Expand Down Expand Up @@ -157,7 +152,6 @@

.social-media-item:not(:last-child):after {
content: "/";
font-weight: 600;
font-size: 24px;
line-height: 1.08;
margin: 0 8px;
Expand All @@ -180,7 +174,6 @@
}

.your-order-text{
font-size: 16px;
line-height: 1.25;
max-width: 640px;
}
Expand Down Expand Up @@ -251,12 +244,6 @@
font-size: 32px;
line-height: 1.0;
}

.divide-link{
font-weight: 600;
font-size: 32px;
line-height: 1.0;
}
}

@media screen and (min-width:1280px) {
Expand Down Expand Up @@ -286,7 +273,7 @@
}

.order-block, .social-media-block {
width: calc(100% - ((100px * 2) + 24px));
flex-basis: calc((100% - 24px) / 2);
}

.social-media-item:not(:last-child) {
Expand Down

0 comments on commit 3c67fc1

Please sign in to comment.