Skip to content

Commit

Permalink
Change artist images modal active image UI
Browse files Browse the repository at this point in the history
  • Loading branch information
staniel359 committed May 10, 2023
1 parent f65fd02 commit 55daf6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/styles/Shared.sass
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ $trackPagePlayerPanelHeight: 40px
.border-radius-small
border-radius: $borderRadiusSmall !important

.border-color-base
border-color: $colorBase !important
.border-color-base-light
border-color: $colorBaseLight !important
.border-color-grey-inverted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,14 @@ export default {
<style lang="sass" scoped>
.image-container
@extend .cursor-pointer
.slick-slide
.ui.image
&.main-image
border-width: 2px !important
.slick-current
.ui.image
&.main-image
@extend .border-color-base
</style>

0 comments on commit 55daf6a

Please sign in to comment.