user style fixes
This commit is contained in:
@@ -24,14 +24,15 @@
|
|||||||
=link-to 'join_requests'
|
=link-to 'join_requests'
|
||||||
span= t 'models.plural.join_request'
|
span= t 'models.plural.join_request'
|
||||||
li
|
li
|
||||||
=link-to 'lists' class="side-menu-lists"
|
= link-to 'lists' class="side-menu-lists"
|
||||||
span= t 'models.plural.list'
|
span.icon.lists
|
||||||
|
= t 'models.plural.list'
|
||||||
li
|
li
|
||||||
=link-to 'settings'
|
= link-to 'settings'
|
||||||
span.icon.settings
|
span.icon.settings
|
||||||
span= t 'settings.title'
|
= t 'settings.title'
|
||||||
li
|
li
|
||||||
=link-to 'about' class="side-menu-about"
|
= link-to 'about' class="side-menu-about"
|
||||||
span.about-mozo-icon
|
span.about-mozo-icon
|
||||||
span=t 'about.title'
|
span=t 'about.title'
|
||||||
li.hide
|
li.hide
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ ul.product-orders
|
|||||||
//+button-size($padding:$button-tny)
|
//+button-size($padding:$button-tny)
|
||||||
margin-left: 5px
|
margin-left: 5px
|
||||||
.icon
|
.icon
|
||||||
@extend .fa
|
|
||||||
@extend .fa-times
|
@extend .fa-times
|
||||||
.order-selected-products-button
|
.order-selected-products-button
|
||||||
float: right
|
float: right
|
||||||
|
|||||||
@@ -30,15 +30,6 @@ body
|
|||||||
//-webkit-transform: translateZ(0px)
|
//-webkit-transform: translateZ(0px)
|
||||||
.main-section-content
|
.main-section-content
|
||||||
//nothing
|
//nothing
|
||||||
span.icon
|
|
||||||
@extend .fa
|
|
||||||
@extend .fa-lg
|
|
||||||
&.needs-help
|
|
||||||
@extend .fa-bell
|
|
||||||
&.needs-payment
|
|
||||||
@extend .fa-money
|
|
||||||
&.scan-qr
|
|
||||||
@extend .fa-qrcode
|
|
||||||
#notice
|
#notice
|
||||||
a
|
a
|
||||||
color: white
|
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
|
margin-right: 18px
|
||||||
@extend .fa
|
@extend .fa
|
||||||
@extend .fa-list
|
@extend .fa-list
|
||||||
.settings-icon
|
.icon.settings
|
||||||
|
margin-right: 18px
|
||||||
|
.icon.lists
|
||||||
margin-right: 18px
|
margin-right: 18px
|
||||||
@extend .fa
|
|
||||||
@extend .fa-gears
|
|
||||||
.about-mozo-icon
|
.about-mozo-icon
|
||||||
margin-right: 18px
|
margin-right: 18px
|
||||||
@extend .fa
|
@extend .fa
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@mixin button-icon-only
|
@mixin button-icon-only
|
||||||
padding: 2px 5px
|
padding: 5px
|
||||||
margin: 0
|
margin: 0
|
||||||
// Foundation by ZURB
|
// Foundation by ZURB
|
||||||
// foundation.zurb.com
|
// foundation.zurb.com
|
||||||
|
|||||||
Reference in New Issue
Block a user