Passing spec for user product information
This commit is contained in:
-2
@@ -1,5 +1,3 @@
|
||||
@import ./foundation_and_overrides
|
||||
|
||||
.form-row
|
||||
@extend .row
|
||||
.form-label
|
||||
-3
@@ -1,6 +1,3 @@
|
||||
@import constants
|
||||
@import font-awesome
|
||||
@import foundation_and_overrides
|
||||
header.top-menu
|
||||
height: 90px
|
||||
background-color: transparent
|
||||
@@ -0,0 +1,7 @@
|
||||
//$qbrown: #634227
|
||||
$qbrown: #853d15
|
||||
$qbrown-active: lighten($qbrown, 20%)
|
||||
$green: #7BB459 //Heineken
|
||||
//$wood: image-url('textures/wood001-vertical.jpg')
|
||||
$wood: image-url('textures/theme1.jpg')
|
||||
$background-brown: #57351f
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
@import foundation
|
||||
.home-panel
|
||||
+panel()
|
||||
margin: 30px auto 20px auto
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
@import ./foundation_and_overrides
|
||||
.join-request-container
|
||||
.user-email
|
||||
padding-left: 12px
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
@import "foundation_and_overrides"
|
||||
.lists-overview-entry
|
||||
+grid-column(12)
|
||||
@media #{$medium-only}
|
||||
@@ -0,0 +1,35 @@
|
||||
ul.product_category-products
|
||||
list-style: none
|
||||
.product_category-title
|
||||
cursor: pointer
|
||||
.icon
|
||||
@extend .fa
|
||||
@extend .fa-arrow-down
|
||||
color: #ccc
|
||||
padding-right: 10px
|
||||
&.collapsed
|
||||
@extend .fa-arrow-right
|
||||
.product_category-products
|
||||
.product-price
|
||||
float: right
|
||||
.show-product-description
|
||||
+button($bg: $secondary-color)
|
||||
+button-icon-only
|
||||
margin-right: 7px
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-info
|
||||
@extend .fa-lg
|
||||
.no-product-description
|
||||
// Empty space to match the product description for layout
|
||||
display: inline-block
|
||||
width: 1.65rem
|
||||
.add-product-to-list
|
||||
+button($bg: $secondary-color)
|
||||
+button-icon-only
|
||||
float: right
|
||||
margin-left: 5px
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-plus
|
||||
@extend .fa-lg
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
@import foundation_and_overrides
|
||||
@import font-awesome
|
||||
ul.product-orders
|
||||
list-style: none
|
||||
li
|
||||
+1
-4
@@ -1,8 +1,5 @@
|
||||
@import constants
|
||||
@import font-awesome
|
||||
@import foundation_and_overrides
|
||||
#ember-app-container
|
||||
background-image: $wood
|
||||
background-image: image-url('textures/theme1.jpg')
|
||||
background-repeat: repeat
|
||||
main.main-section
|
||||
+panel($bg:rgba(200,200,200,0.8))
|
||||
@@ -1,3 +1,15 @@
|
||||
//= require ./foundation_and_overrides
|
||||
//= require font-awesome
|
||||
//= require_directory .
|
||||
@import ./qconstants
|
||||
@import ./foundation_and_overrides
|
||||
@import font-awesome
|
||||
@import constants
|
||||
@import ./structure
|
||||
@import ./menu_main
|
||||
@import ./menu_side
|
||||
@import ./qmodal
|
||||
@import ./qproduct_orders
|
||||
@import ./qproduct_categories
|
||||
@import ./form_additions
|
||||
@import ./qindex
|
||||
@import ./qlists
|
||||
@import ./qjoin_requests
|
||||
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
// $rem-base: 16px;
|
||||
|
||||
// Allows the use of rem-calc() or lower-bound() in your settings
|
||||
a.unused-class
|
||||
display: inline-block
|
||||
@import "foundation/functions"
|
||||
|
||||
// $experimental: true;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@import constants
|
||||
aside.side-menu
|
||||
background-color: #444
|
||||
position: fixed
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
//@import ./foundation_and_overrides
|
||||
//@import font-awesome
|
||||
//ul.product_category-products
|
||||
//list-style: none
|
||||
//.product_category-title
|
||||
//cursor: pointer
|
||||
//.icon
|
||||
//@extend .fa
|
||||
//@extend .fa-arrow-down
|
||||
//color: #ccc
|
||||
//padding-right: 10px
|
||||
//&.collapsed
|
||||
//@extend .fa-arrow-right
|
||||
//.product_category-products
|
||||
//.product-price
|
||||
//float: right
|
||||
//.show-product-description
|
||||
//+button($bg: $secondary-color)
|
||||
//+button-icon-only
|
||||
//margin-right: 7px
|
||||
//span
|
||||
//@extend .fa
|
||||
//@extend .fa-info
|
||||
//@extend .fa-lg
|
||||
//.no-product-description
|
||||
//// Empty space to match the product description for layout
|
||||
//display: inline-block
|
||||
//width: 1.65rem
|
||||
//.add-product-to-list
|
||||
//+button($bg: $secondary-color)
|
||||
//+button-icon-only
|
||||
//float: right
|
||||
//margin-left: 5px
|
||||
//span
|
||||
//@extend .fa
|
||||
//@extend .fa-plus
|
||||
//@extend .fa-lg
|
||||
Reference in New Issue
Block a user