Skip to content

Commit

Permalink
Update icons styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Jul 12, 2024
1 parent 2f86545 commit b2dacf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions icons/right-arrow-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,11 @@ main .section.highlight {
background-color: var(--light-color);
}

.icon-right-arrow {
.icon-right-arrow,
.icon-right-arrow-white {
height: 16px;
width: 16px;
padding-left: 0;
}

/* stylelint-disable-next-line no-duplicate-selectors */
Expand Down Expand Up @@ -264,6 +266,10 @@ h2 {
}
}

.default-content-wrapper .button-container .button {
padding-left: 0;
}

.section.gray-bg {
background-color: #f7f7f7;
}
Expand Down

0 comments on commit b2dacf3

Please sign in to comment.