Gogs
7 years ago
|
@@ -75,20 +75,23 @@
|
|
|
<style lang="sass">
|
|
|
.cart-item
|
|
|
width: 100%
|
|
|
- height: 84px
|
|
|
+ height: 90px
|
|
|
list-style: none outside none
|
|
|
border-bottom: 1px solid #d3d3d3
|
|
|
box-sizing: border-box
|
|
|
position: relative
|
|
|
|
|
|
+ &:nth-child(1)
|
|
|
+ border-top: 1px solid #d3d3d3
|
|
|
+
|
|
|
&:hover
|
|
|
- background: #f5f5f5
|
|
|
transition-duration: 1s
|
|
|
+ border-bottom: 2px solid #0288d1
|
|
|
|
|
|
.item-name
|
|
|
width: 100%
|
|
|
height: 20px
|
|
|
- margin: 5px
|
|
|
+ margin: 10px 0 5px 0
|
|
|
float: left
|
|
|
font:
|
|
|
size: 8pt
|
|
@@ -31,11 +31,9 @@
|
|
|
<style lang="sass">
|
|
|
.cart-items-wrapper
|
|
|
width: 100%
|
|
|
- height: calc(100% - 125px)
|
|
|
+ height: calc(100% - 100px)
|
|
|
overflow-y: auto
|
|
|
overflow-x: hidden
|
|
|
- padding: 0
|
|
|
- margin: 15px 0
|
|
|
|
|
|
.cart-items
|
|
|
width: 100%
|