Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu committed Jul 24, 2024
1 parent e90348e commit fcbf73d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion styles/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ input[type="checkbox"] {
}

input[type="checkbox"]:checked + label::before {
background-image: url("/assets/check.svg");
background-image: url("../assets/check.svg");
background-color: var(--button-hover);
}
3 changes: 1 addition & 2 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ body {

.tier {
flex-grow: 1;
border-top: 1px solid var(--black);
border-bottom: 1px solid var(--black);
border-block: 1px solid var(--black);
background-color: var(--tier-bg);
}

Expand Down
2 changes: 1 addition & 1 deletion styles/square-img.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.image {
.tier-element {
background-position: center;
background-size: cover;
width: 80px;
Expand Down
2 changes: 1 addition & 1 deletion styles/tier-label.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
border: 1px solid var(--white);
}

p {
.tier-label p {
margin: 6px 2px;
width: 96px;
text-align: center;
Expand Down
3 changes: 1 addition & 2 deletions styles/tier-options.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.tier-options {
display: flex;
align-items: center;
border-top: 1px solid var(--option-borders);
border-bottom: 1px solid var(--option-borders);
border-block: 1px solid var(--option-borders);
background-color: var(--black);
width: 80px;
}
Expand Down

0 comments on commit fcbf73d

Please sign in to comment.