User foundation setup
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
//= require foundation
|
||||
//= require font-awesome
|
||||
//= require_directory .
|
||||
@@ -0,0 +1,12 @@
|
||||
@import foundation
|
||||
.home-panel
|
||||
+panel()
|
||||
margin: 30px auto 20px auto
|
||||
width: 350px
|
||||
text-align: center
|
||||
padding-bottom: 30px
|
||||
.home-header
|
||||
img
|
||||
display: block
|
||||
margin: 0 auto
|
||||
margin-bottom: 24px
|
||||
@@ -0,0 +1,16 @@
|
||||
.modal
|
||||
margin: 10px auto
|
||||
width: 300px
|
||||
background-color: #fff
|
||||
padding: 1em
|
||||
|
||||
.overlay
|
||||
height: 100%
|
||||
width: 100%
|
||||
position: fixed
|
||||
top: 0
|
||||
left: 0
|
||||
background-color: rgba(0, 0, 0, 0.2)
|
||||
|
||||
.flush--top
|
||||
margin-top: 0
|
||||
@@ -0,0 +1,8 @@
|
||||
ul.product-orders
|
||||
list-style: none
|
||||
li
|
||||
border-bottom: 1px solid #ccc
|
||||
&.total
|
||||
border-bottom: none
|
||||
border-top: 4px solid #333
|
||||
font-weight: bold
|
||||
@@ -0,0 +1,21 @@
|
||||
section.main-section
|
||||
height: 100%
|
||||
.top-menu
|
||||
.menu-list-item
|
||||
float: right
|
||||
margin-left: 20px
|
||||
cursor: pointer
|
||||
border: 0.08em solid #eee
|
||||
padding: 3px
|
||||
border-radius: 0.1em
|
||||
line-height: 1em
|
||||
margin-top: 10px
|
||||
&.active
|
||||
color: yellow
|
||||
border-color: yellow
|
||||
#notice
|
||||
a
|
||||
color: white
|
||||
li
|
||||
span.currency
|
||||
float: right
|
||||
Reference in New Issue
Block a user