52 lines
1.0 KiB
Sass
52 lines
1.0 KiB
Sass
.media-product-pack
|
|
width: 200px
|
|
border: solid 2px #eee
|
|
padding: 4px
|
|
overflow: hidden
|
|
position: relative
|
|
margin-bottom: 10px
|
|
@include margin-right(10px)
|
|
@include border-radius(4px)
|
|
@include float(left)
|
|
.media-product-pack-img
|
|
width: 100%
|
|
padding-bottom: 5px
|
|
border-bottom: 1px solid #ccc
|
|
margin-bottom: 5px
|
|
.media-product-pack-title
|
|
width: 100%
|
|
padding: 0 5px
|
|
display: inline-block
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
white-space: nowrap
|
|
.media-product-pack-ref
|
|
color: #aaa
|
|
width: 100%
|
|
padding: 0 5px
|
|
display: inline-block
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
white-space: nowrap
|
|
|
|
.media-product-pack-action
|
|
position: absolute
|
|
top: 7px
|
|
border: solid 1px #ccc
|
|
text-align: center
|
|
@include right(7px)
|
|
@include border-radius(4px)
|
|
|
|
.media-product-pack-quantity
|
|
background-color: white
|
|
position: absolute
|
|
padding: 0 4px
|
|
top: 7px
|
|
height: 25px
|
|
min-width: 35px
|
|
line-height: 23px
|
|
border: solid 1px #ccc
|
|
text-align: center
|
|
@include left(7px)
|
|
@include border-radius(4px)
|