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
|
||||
@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
|
||||
:padding 0
|
||||
|
|
@ -204,6 +204,8 @@ header
|
|||
:background
|
||||
:color $blue
|
||||
:color #fff
|
||||
:text
|
||||
:decoration none
|
||||
|
||||
&:first-child
|
||||
a
|
||||
|
|
@ -278,7 +280,7 @@ ul.dropdown
|
|||
:margin 5px 0
|
||||
|
||||
.stream_element
|
||||
:padding 20px 20px
|
||||
:padding 15px
|
||||
:min-height 50px
|
||||
:border
|
||||
:bottom 1px solid #ddd
|
||||
|
|
|
|||
|
|
@ -8,8 +8,9 @@
|
|||
:left -11px
|
||||
|
||||
.button
|
||||
@include border-radius(3px)
|
||||
@include linear-gradient(#f7f7f7,#d0d0d0)
|
||||
@include border-radius(2px)
|
||||
@include linear-gradient(rgb(248,250,250),rgb(228,223,223))
|
||||
@include box-shadow(0,1px,1px,#cfcfcf)
|
||||
|
||||
:font
|
||||
:style normal
|
||||
|
|
@ -17,8 +18,8 @@
|
|||
|
||||
:display inline
|
||||
|
||||
:padding 4px 7px
|
||||
:min-width 26px
|
||||
:padding 4px 9px
|
||||
:min-width 90px
|
||||
|
||||
:font-size 12px
|
||||
:line
|
||||
|
|
@ -28,15 +29,13 @@
|
|||
|
||||
:border 1px solid #aaa
|
||||
:top 1px solid #bbb
|
||||
:bottom 1px solid #888
|
||||
:bottom 1px solid darken(#aaa,13%)
|
||||
|
||||
:cursor pointer
|
||||
|
||||
:white-space nowrap
|
||||
|
||||
:color #4a4a4a
|
||||
:text
|
||||
:shadow 0 1px 1px #eee
|
||||
:color #444
|
||||
|
||||
&:hover
|
||||
@include linear-gradient(#d6d6d6,#b0b0b0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue