Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
EuJinnLucaShow committed Dec 12, 2022
1 parent ca22c50 commit dea9216
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/components/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
line-height: 42px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
color: $primary-text-color;
padding-bottom: 50px;
}

Expand Down
2 changes: 1 addition & 1 deletion sass/components/_clients.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
line-height: 42px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
color: $primary-text-color;
padding-bottom: 50px;
padding-top: 94px;
}
Expand Down
2 changes: 1 addition & 1 deletion sass/components/_features.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #212121;
color: $primary-text-color;
}

.features__text {
Expand Down
8 changes: 4 additions & 4 deletions sass/components/_modal-window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
line-height: 1.15;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
color: $primary-text-color;
width: 100%;
padding: 10px;
}
Expand Down Expand Up @@ -130,8 +130,8 @@
margin-top: 30px;
width: 200px;
height: 50px;
color: #fff;
background: #2196f3;
color: $primary-white-color;
background: $second-blue-color;
border-radius: 4px;
cursor: pointer;
border-color: transparent;
Expand Down Expand Up @@ -189,7 +189,7 @@
height: 15px;
flex-shrink: 0;
flex-grow: 0;
border: 2px solid #212121;
border: 2px solid $primary-text-color;
border-radius: 2px;
margin-right: 8px;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion sass/components/_portfolio-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.filters__btn {
background: #f5f4fa;
color: #212121;
color: $primary-text-color;
border-radius: 4px;
border: none;
padding: 6px 22px 6px 22px;
Expand Down
4 changes: 2 additions & 2 deletions sass/components/_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
line-height: 42px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
color: $primary-text-color;
padding-bottom: 50px;
padding-top: 94px;
}
Expand Down Expand Up @@ -37,7 +37,7 @@
line-height: 19px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
color: $primary-text-color;
padding-bottom: 10px;
padding-top: 30px;
}
Expand Down

0 comments on commit dea9216

Please sign in to comment.