Skip to content

Commit

Permalink
Center chevrons
Browse files Browse the repository at this point in the history
  • Loading branch information
WallSoGB committed Jul 8, 2024
1 parent 77df4a1 commit 8f10396
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 42 deletions.
3 changes: 3 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ input:active {
background-color: rgba(255, 255, 255, 0.0512);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
margin-bottom: 0 !important;
display: flex;
align-items: center;
}

.expander-top.active {
Expand Down Expand Up @@ -255,6 +257,7 @@ img.chevron {
box-shadow: none;
margin-top: 3px;
transition: transform 0.1s;
margin-left: auto;
}

hr {
Expand Down
2 changes: 1 addition & 1 deletion css/styles.css.map

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

3 changes: 3 additions & 0 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ input:active {
background-color: rgba(255, 255, 255, 5.12%);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 13%);
margin-bottom: 0 !important;
display:flex;
align-items: center;
}

.expander-top.active {
Expand Down Expand Up @@ -256,6 +258,7 @@ img.chevron {
box-shadow: none;
margin-top: 3px;
transition: transform 0.1s;
margin-left: auto;
}

hr {
Expand Down
Loading

0 comments on commit 8f10396

Please sign in to comment.