user style fixes
This commit is contained in:
@@ -13,7 +13,6 @@ ul.product-orders
|
||||
//+button-size($padding:$button-tny)
|
||||
margin-left: 5px
|
||||
.icon
|
||||
@extend .fa
|
||||
@extend .fa-times
|
||||
.order-selected-products-button
|
||||
float: right
|
||||
|
||||
@@ -30,15 +30,6 @@ body
|
||||
//-webkit-transform: translateZ(0px)
|
||||
.main-section-content
|
||||
//nothing
|
||||
span.icon
|
||||
@extend .fa
|
||||
@extend .fa-lg
|
||||
&.needs-help
|
||||
@extend .fa-bell
|
||||
&.needs-payment
|
||||
@extend .fa-money
|
||||
&.scan-qr
|
||||
@extend .fa-qrcode
|
||||
#notice
|
||||
a
|
||||
color: white
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
span.icon
|
||||
@extend .fa
|
||||
&.settings
|
||||
@extend .fa-gears
|
||||
&.needs-help
|
||||
@extend .fa-bell
|
||||
&.needs-payment
|
||||
@extend .fa-money
|
||||
&.scan-qr
|
||||
@extend .fa-qrcode
|
||||
&.lists
|
||||
@extend .fa-sticky-note-o
|
||||
|
||||
ul.product-orders
|
||||
span.icon
|
||||
@extend .fa-lg
|
||||
@@ -40,10 +40,10 @@ $side-menu-width: 222px
|
||||
margin-right: 18px
|
||||
@extend .fa
|
||||
@extend .fa-list
|
||||
.settings-icon
|
||||
.icon.settings
|
||||
margin-right: 18px
|
||||
.icon.lists
|
||||
margin-right: 18px
|
||||
@extend .fa
|
||||
@extend .fa-gears
|
||||
.about-mozo-icon
|
||||
margin-right: 18px
|
||||
@extend .fa
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@mixin button-icon-only
|
||||
padding: 2px 5px
|
||||
padding: 5px
|
||||
margin: 0
|
||||
// Foundation by ZURB
|
||||
// foundation.zurb.com
|
||||
|
||||
Reference in New Issue
Block a user