css fixes
parent
997fdd164c
commit
e3b57c3c2c
|
@ -357,45 +357,6 @@ footer
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
|
||||||
//.social
|
|
||||||
// position: relative
|
|
||||||
// text-align: center
|
|
||||||
//
|
|
||||||
// a, label
|
|
||||||
// margin: 20px 0
|
|
||||||
//
|
|
||||||
// a
|
|
||||||
// vertical-align: middle
|
|
||||||
//
|
|
||||||
// a.line-break
|
|
||||||
// display: block
|
|
||||||
//
|
|
||||||
//
|
|
||||||
// label
|
|
||||||
// //float: right
|
|
||||||
// display: inline-block
|
|
||||||
// width: 100%
|
|
||||||
// height: 50px
|
|
||||||
// line-height: 50px
|
|
||||||
// font-weight: 100
|
|
||||||
// white-space: nowrap
|
|
||||||
//
|
|
||||||
// input
|
|
||||||
// margin-left: 8px
|
|
||||||
// width: 300px
|
|
||||||
// max-width: 60%
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//.social
|
|
||||||
// a
|
|
||||||
// float: left
|
|
||||||
// margin-right: 10px
|
|
||||||
//
|
|
||||||
// a:nth-child(4)
|
|
||||||
// clear: left
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#search, #wishField
|
#search, #wishField
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
@ -527,6 +488,8 @@ section
|
||||||
position: relative
|
position: relative
|
||||||
padding: 50px 20px 20px 20px
|
padding: 50px 20px 20px 20px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
font-size: 14px
|
||||||
|
|
||||||
|
|
||||||
& > div
|
& > div
|
||||||
height: 100%
|
height: 100%
|
||||||
|
@ -618,6 +581,12 @@ section
|
||||||
opacity: 1
|
opacity: 1
|
||||||
|
|
||||||
|
|
||||||
|
dt
|
||||||
|
margin-bottom: 8px
|
||||||
|
|
||||||
|
dd
|
||||||
|
margin-bottom: 16px
|
||||||
|
|
||||||
.pi-pushmenu
|
.pi-pushmenu
|
||||||
display: none
|
display: none
|
||||||
position: fixed
|
position: fixed
|
||||||
|
@ -762,7 +731,7 @@ section
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
|
|
||||||
p
|
p
|
||||||
font-size: 16px
|
font-size: 14px
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
line-height: 1.25em
|
line-height: 1.25em
|
||||||
|
|
||||||
|
@ -981,6 +950,7 @@ $feature-box-div-margin-bottom: 40px
|
||||||
|
|
||||||
main
|
main
|
||||||
margin-bottom: $ocean-nodes-padding-Y
|
margin-bottom: $ocean-nodes-padding-Y
|
||||||
|
min-height: 160px
|
||||||
|
|
||||||
.image-wrapper
|
.image-wrapper
|
||||||
max-width: 75%
|
max-width: 75%
|
||||||
|
|
Loading…
Reference in New Issue