Make user app better and more simple :happy:
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
@import foundation_and_overrides
|
||||
@import font-awesome
|
||||
ul.product-orders
|
||||
list-style: none
|
||||
li
|
||||
border-bottom: 1px solid #ccc
|
||||
padding: 5px 0
|
||||
&.total
|
||||
border-bottom: none
|
||||
border-top: 4px solid #333
|
||||
font-weight: bold
|
||||
.product_order-remove
|
||||
color: black
|
||||
background-color: #bbb
|
||||
padding: 0px 5px
|
||||
+button-style($bg:$secondary-color)
|
||||
+button-icon-only
|
||||
//+button-size($padding:$button-tny)
|
||||
margin-left: 5px
|
||||
.icon
|
||||
@extend .fa
|
||||
@extend .fa-times
|
||||
|
||||
Reference in New Issue
Block a user