Skip to content

Commit

Permalink
Minor adjustment to shopping list
Browse files Browse the repository at this point in the history
  • Loading branch information
jrlarano committed Jul 31, 2024
1 parent 4fb2c30 commit b136af1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/kits/core-ui/components/common/shopping-list.styl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
text-align left

button
background-color #d3d3d3
padding 4px 10px
background-color #f1f1f1
padding 10px
font-size 12px
border-radius 6px
border-radius 10px
border 0
min-width 70px
transition .2s
Expand Down Expand Up @@ -43,9 +43,9 @@

.sgn-shopping-list-items-container
height 450px
overflow-y scroll
overflow-y auto
list-style-type none
padding 10px
padding 0
color #202020

.sgn-shopping-list-item-container-crossed
Expand Down

0 comments on commit b136af1

Please sign in to comment.