css fixes
parent
997fdd164c
commit
e3b57c3c2c
|
@ -357,45 +357,6 @@ footer
|
|||
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
|
||||
background-color: transparent
|
||||
|
@ -527,6 +488,8 @@ section
|
|||
position: relative
|
||||
padding: 50px 20px 20px 20px
|
||||
overflow: hidden
|
||||
font-size: 14px
|
||||
|
||||
|
||||
& > div
|
||||
height: 100%
|
||||
|
@ -618,6 +581,12 @@ section
|
|||
opacity: 1
|
||||
|
||||
|
||||
dt
|
||||
margin-bottom: 8px
|
||||
|
||||
dd
|
||||
margin-bottom: 16px
|
||||
|
||||
.pi-pushmenu
|
||||
display: none
|
||||
position: fixed
|
||||
|
@ -762,7 +731,7 @@ section
|
|||
font-weight: 500
|
||||
|
||||
p
|
||||
font-size: 16px
|
||||
font-size: 14px
|
||||
font-weight: 300
|
||||
line-height: 1.25em
|
||||
|
||||
|
@ -981,6 +950,7 @@ $feature-box-div-margin-bottom: 40px
|
|||
|
||||
main
|
||||
margin-bottom: $ocean-nodes-padding-Y
|
||||
min-height: 160px
|
||||
|
||||
.image-wrapper
|
||||
max-width: 75%
|
||||
|
|
Loading…
Reference in New Issue