Tiny refactor on left_nav styles. More needed.
This commit is contained in:
parent
bdc7c85b7e
commit
8b865375ca
1 changed files with 20 additions and 28 deletions
|
|
@ -2847,6 +2847,23 @@ ul.left_nav
|
||||||
:position relative
|
:position relative
|
||||||
:width 100%
|
:width 100%
|
||||||
|
|
||||||
|
li.active
|
||||||
|
> a:not(.sub_selected)
|
||||||
|
:color #333
|
||||||
|
:font
|
||||||
|
:weight 700
|
||||||
|
|
||||||
|
.contact_count
|
||||||
|
:font
|
||||||
|
:weight 700
|
||||||
|
:color #666
|
||||||
|
|
||||||
|
> a.aspect_selector
|
||||||
|
:background
|
||||||
|
:image url(../images/icons/check_yes_ok.png)
|
||||||
|
:position 3px 50%
|
||||||
|
:repeat no-repeat
|
||||||
|
|
||||||
a.aspect_selector,
|
a.aspect_selector,
|
||||||
a.home_selector,
|
a.home_selector,
|
||||||
a.tag_selector,
|
a.tag_selector,
|
||||||
|
|
@ -2874,49 +2891,23 @@ ul.left_nav
|
||||||
a.element_selector
|
a.element_selector
|
||||||
&:hover
|
&:hover
|
||||||
@include border-radius(2px)
|
@include border-radius(2px)
|
||||||
|
|
||||||
:background
|
:background
|
||||||
:color lighten($blue,45%)
|
:color lighten($blue,45%)
|
||||||
:text
|
:text
|
||||||
:decoration none
|
:decoration none
|
||||||
|
|
||||||
li.active
|
|
||||||
> a:not(.sub_selected)
|
|
||||||
:color #333
|
|
||||||
:font
|
|
||||||
:weight 700
|
|
||||||
|
|
||||||
.contact_count
|
|
||||||
:font
|
|
||||||
:weight 700
|
|
||||||
:color #666
|
|
||||||
|
|
||||||
> a.aspect_selector
|
|
||||||
:background
|
|
||||||
:image url(../images/icons/check_yes_ok.png)
|
|
||||||
:position 3px 50%
|
|
||||||
:repeat no-repeat
|
|
||||||
|
|
||||||
.contact_count
|
|
||||||
:float right
|
|
||||||
|
|
||||||
.edit,
|
.edit,
|
||||||
.unfollow_icon
|
.unfollow_icon
|
||||||
|
:margin-top 4px
|
||||||
@include transition(opacity)
|
@include transition(opacity)
|
||||||
@include opacity(0.3)
|
@include opacity(0.3)
|
||||||
:float right
|
:float right
|
||||||
:display none
|
:display none
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
@include opacity(1)
|
@include opacity(1)
|
||||||
|
|
||||||
.unfollow_icon
|
|
||||||
:margin-top 4px
|
|
||||||
|
|
||||||
.edit
|
|
||||||
:margin-top 4px
|
|
||||||
|
|
||||||
.contact_count
|
.contact_count
|
||||||
|
:float right
|
||||||
@include border-radius(4px)
|
@include border-radius(4px)
|
||||||
:margin-top 1px
|
:margin-top 1px
|
||||||
:color #999
|
:color #999
|
||||||
|
|
@ -2968,6 +2959,7 @@ ul.left_nav
|
||||||
|
|
||||||
.user_card
|
.user_card
|
||||||
:margin-left 8px
|
:margin-left 8px
|
||||||
|
|
||||||
.stream_container
|
.stream_container
|
||||||
:min-height 500px
|
:min-height 500px
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue