muted the headers colors a bit, refined buttons
This commit is contained in:
parent
0eb31e3ba7
commit
2c3e403bc0
2 changed files with 11 additions and 10 deletions
|
|
@ -134,7 +134,7 @@ form
|
||||||
|
|
||||||
header
|
header
|
||||||
@include box-shadow(0,1px,3px,#222)
|
@include box-shadow(0,1px,3px,#222)
|
||||||
@include linear-gradient(rgba(15,15,15,0.85),rgba(10,10,10,1))
|
@include linear-gradient(rgba(25,20,20,0.95),rgba(25,20,20,1))
|
||||||
|
|
||||||
:z-index 50
|
:z-index 50
|
||||||
:padding 0
|
:padding 0
|
||||||
|
|
@ -204,6 +204,8 @@ header
|
||||||
:background
|
:background
|
||||||
:color $blue
|
:color $blue
|
||||||
:color #fff
|
:color #fff
|
||||||
|
:text
|
||||||
|
:decoration none
|
||||||
|
|
||||||
&:first-child
|
&:first-child
|
||||||
a
|
a
|
||||||
|
|
@ -278,7 +280,7 @@ ul.dropdown
|
||||||
:margin 5px 0
|
:margin 5px 0
|
||||||
|
|
||||||
.stream_element
|
.stream_element
|
||||||
:padding 20px 20px
|
:padding 15px
|
||||||
:min-height 50px
|
:min-height 50px
|
||||||
:border
|
:border
|
||||||
:bottom 1px solid #ddd
|
:bottom 1px solid #ddd
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,9 @@
|
||||||
:left -11px
|
:left -11px
|
||||||
|
|
||||||
.button
|
.button
|
||||||
@include border-radius(3px)
|
@include border-radius(2px)
|
||||||
@include linear-gradient(#f7f7f7,#d0d0d0)
|
@include linear-gradient(rgb(248,250,250),rgb(228,223,223))
|
||||||
|
@include box-shadow(0,1px,1px,#cfcfcf)
|
||||||
|
|
||||||
:font
|
:font
|
||||||
:style normal
|
:style normal
|
||||||
|
|
@ -17,8 +18,8 @@
|
||||||
|
|
||||||
:display inline
|
:display inline
|
||||||
|
|
||||||
:padding 4px 7px
|
:padding 4px 9px
|
||||||
:min-width 26px
|
:min-width 90px
|
||||||
|
|
||||||
:font-size 12px
|
:font-size 12px
|
||||||
:line
|
:line
|
||||||
|
|
@ -28,15 +29,13 @@
|
||||||
|
|
||||||
:border 1px solid #aaa
|
:border 1px solid #aaa
|
||||||
:top 1px solid #bbb
|
:top 1px solid #bbb
|
||||||
:bottom 1px solid #888
|
:bottom 1px solid darken(#aaa,13%)
|
||||||
|
|
||||||
:cursor pointer
|
:cursor pointer
|
||||||
|
|
||||||
:white-space nowrap
|
:white-space nowrap
|
||||||
|
|
||||||
:color #4a4a4a
|
:color #444
|
||||||
:text
|
|
||||||
:shadow 0 1px 1px #eee
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
@include linear-gradient(#d6d6d6,#b0b0b0)
|
@include linear-gradient(#d6d6d6,#b0b0b0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue