1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-11 23:55:16 +01:00

topar/nav fixes

This commit is contained in:
Matthias Kretschmann 2015-06-15 01:41:53 +02:00
parent 07da41fba2
commit 860802269a
3 changed files with 5 additions and 9 deletions

View File

@ -25,7 +25,6 @@
position: absolute
left: 0
top: 25%
max-width: 55%
min-width: 45%
text-align: right
font-family: $headings-font-family
@ -83,4 +82,4 @@
color: $text-color-dimmed
.byline, time, .comments
color: $text-color-light
color: $text-color-light

View File

@ -10,8 +10,6 @@
.topbar
@extend .clearfix
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
margin-top: ($line-height-computed/2)
@ -72,4 +70,4 @@
opacity: 1
&:active
top: 0
top: 0

View File

@ -40,6 +40,9 @@ textarea
.document
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)
body
@ -51,9 +54,6 @@ textarea
z-index: 2
margin-top: 71px
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 &
margin-top: 220px
@ -66,7 +66,6 @@ textarea
.topbar
z-index: 1
top: 0
box-shadow: inset 0 1px 4px rgba($brand-dark, .1)
border: none
.footer