Skip to content

Commit

Permalink
fix: correct mistakes after stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
KseniaTry authored Mar 23, 2024
1 parent 5c05b0f commit a59b08b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {
flex-direction: column;
min-height: 100%;
width: 1200px;
font-family: "PT Sans", "Arial", sans-serif;
font-family: "PT Sans", Arial, sans-serif;
font-size: 18px;
line-height: 21px;
font-style: normal;
Expand Down Expand Up @@ -239,7 +239,6 @@ body {
.hero {
padding-top: 51px;
padding-bottom: 82px;

color: #ffffff;
background-color: #82b3d3;
background-image: url("../images/index/divider.svg"), url("../images/index/index-background.jpg");
Expand Down Expand Up @@ -535,7 +534,6 @@ body {
margin: 0;
margin-bottom: 20px;
width: 475px;

font-size: 30px;
font-weight: 700;
line-height: 36px;
Expand Down Expand Up @@ -849,11 +847,7 @@ body {

.price-input {
width: 143px;
padding: 0;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 45px;
padding: 12px 45px 12px 20px;
font-family: inherit;
font-size: 18px;
font-weight: 700;
Expand Down Expand Up @@ -1185,7 +1179,6 @@ body {
.hotel-price-value {
grid-area: price;
margin: 0;

text-align: end;
}

Expand Down Expand Up @@ -1256,7 +1249,6 @@ body {

.favorite-button {
grid-area: favorite;

color: #ffffff;
background-color: #82b3d3;
}
Expand All @@ -1276,7 +1268,6 @@ body {

.favorite-button-active {
grid-area: favorite;

color: #ffffff;
background-color: #7db54f;
}
Expand All @@ -1300,7 +1291,6 @@ body {

.rate-button {
grid-area: rate;

color: #333333;
background-color: #f2f2f2;
cursor: auto;
Expand All @@ -1326,7 +1316,6 @@ body {
min-width: 60px;
height: 60px;
padding: 12px 10px;

font-size: 20px;
font-weight: 700;
line-height: 36px;
Expand Down Expand Up @@ -1364,7 +1353,6 @@ body {
height: 60px;
padding: 12px 10px;
margin: 0;

text-align: center;
border-radius: 4px;
font-size: 20px;
Expand Down Expand Up @@ -1610,7 +1598,6 @@ body {
grid-column: 2 / 5;
margin-bottom: 23px;
margin-left: 20px;

font-family: inherit;
font-size: 16px;
line-height: 21px;
Expand Down Expand Up @@ -1767,7 +1754,6 @@ body {
position: absolute;
width: 256px;
padding: 18px 18px 20px 22px;

font-size: 16px;
line-height: 20px;
font-weight: 400;
Expand Down

0 comments on commit a59b08b

Please sign in to comment.