Skip to content

Commit

Permalink
Adjusted selection card spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
christof-wittreich committed Aug 6, 2024
1 parent 21490c4 commit 4b15905
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions web/scss/features/customize-bands.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
display: inline-block;
min-width: 50px;
font-weight: bold;
margin-right: 5px;
}
}
}
Expand Down Expand Up @@ -89,14 +90,20 @@
cursor: pointer;
display: flex;
flex-direction: row;
height: 60px;
height: 75px;
background-color: $wv-transparent-black;
color: $wv-white-font;
border: 2px solid $wv-dark-menu-border;

.band-selection-preset-image {
width: 60px;
height: 56px;
width: 70px;
}

.card-text {
font-size: 0.8em;
color: #ccc;
font-style: italic;
line-height: unset;
}
}

Expand Down

0 comments on commit 4b15905

Please sign in to comment.