mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
topar/nav fixes
This commit is contained in:
parent
07da41fba2
commit
860802269a
@ -25,7 +25,6 @@
|
|||||||
position: absolute
|
position: absolute
|
||||||
left: 0
|
left: 0
|
||||||
top: 25%
|
top: 25%
|
||||||
max-width: 55%
|
|
||||||
min-width: 45%
|
min-width: 45%
|
||||||
text-align: right
|
text-align: right
|
||||||
font-family: $headings-font-family
|
font-family: $headings-font-family
|
||||||
@ -83,4 +82,4 @@
|
|||||||
color: $text-color-dimmed
|
color: $text-color-dimmed
|
||||||
|
|
||||||
.byline, time, .comments
|
.byline, time, .comments
|
||||||
color: $text-color-light
|
color: $text-color-light
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
.topbar
|
.topbar
|
||||||
@extend .clearfix
|
@extend .clearfix
|
||||||
background: $body-bg
|
background: $body-bg
|
||||||
border-bottom: 1px solid rgba(255,255,255,.7)
|
|
||||||
box-shadow: inset 0 1px 4px rgba($brand-dark, .2), inset 0 -1px 4px rgba($brand-dark, .2)
|
|
||||||
|
|
||||||
.row
|
.row
|
||||||
margin-top: ($line-height-computed/2)
|
margin-top: ($line-height-computed/2)
|
||||||
@ -72,4 +70,4 @@
|
|||||||
opacity: 1
|
opacity: 1
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
top: 0
|
top: 0
|
||||||
|
@ -40,6 +40,9 @@ textarea
|
|||||||
|
|
||||||
.document
|
.document
|
||||||
background-color: $page-bg
|
background-color: $page-bg
|
||||||
|
border-top: 1px solid rgba(255,255,255,.7)
|
||||||
|
border-bottom: 1px solid rgba(255,255,255,.7)
|
||||||
|
box-shadow: 0 1px 4px rgba($brand-dark, .1), 0 -1px 4px rgba($brand-dark, .2)
|
||||||
|
|
||||||
@media only screen and (min-width: 40.625em) and (min-height: 650px)
|
@media only screen and (min-width: 40.625em) and (min-height: 650px)
|
||||||
body
|
body
|
||||||
@ -51,9 +54,6 @@ textarea
|
|||||||
z-index: 2
|
z-index: 2
|
||||||
margin-top: 71px
|
margin-top: 71px
|
||||||
margin-bottom: 580px
|
margin-bottom: 580px
|
||||||
border-top: 1px solid rgba(255,255,255,.7)
|
|
||||||
border-bottom: 1px solid rgba(255,255,255,.7)
|
|
||||||
box-shadow: 0 1px 4px rgba($brand-dark, .1), 0 -1px 4px rgba($brand-dark, .1)
|
|
||||||
|
|
||||||
.menu-open &
|
.menu-open &
|
||||||
margin-top: 220px
|
margin-top: 220px
|
||||||
@ -66,7 +66,6 @@ textarea
|
|||||||
.topbar
|
.topbar
|
||||||
z-index: 1
|
z-index: 1
|
||||||
top: 0
|
top: 0
|
||||||
box-shadow: inset 0 1px 4px rgba($brand-dark, .1)
|
|
||||||
border: none
|
border: none
|
||||||
|
|
||||||
.footer
|
.footer
|
||||||
|
Loading…
Reference in New Issue
Block a user