Skip to content

Commit

Permalink
design tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lansing committed May 6, 2024
1 parent 9b34ef1 commit 89622b8
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions lib/kits/core-ui/components/common/offer-overview.styl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
display flex

.sgn-popup-header
padding 10px 0
padding: 0.8rem 0 0.3rem 0

.sgn-popup-content
padding 0
Expand Down Expand Up @@ -148,7 +148,7 @@
border-radius 10px
max-height calc(100% - 1rem)
overflow-y auto
box-shadow rgba(0, 0, 0, 0.4) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 0px 1px
box-shadow rgba(0, 0, 0, 0.3) 0px 0px 0.25rem

.sgn-products-texts-container
height 100%
Expand All @@ -160,9 +160,12 @@

.sgn-offer-heading
font-size 1.8em
padding-bottom .25rem
margin-top -.25rem

.sgn-offer-description
opacity 1
font-size 0.8rem

.sgn-offer-price
font-size 2.5em
Expand Down Expand Up @@ -224,7 +227,8 @@
border-radius 19.5px
overflow hidden
padding 2px

margin-right: .1rem

button
min-width 0
padding 8px 9px
Expand Down Expand Up @@ -285,6 +289,12 @@
gap 0
align-items flex-start

.sgn-offer-heading
font-size 1.8em

.sgn-offer-price
font-size 2em

.sgn-offer-img
max-height 30%

Expand Down

0 comments on commit 89622b8

Please sign in to comment.