Skip to content

Commit

Permalink
lab2023#21 Continues
Browse files Browse the repository at this point in the history
- Active item's highlight was added to the dock.
  • Loading branch information
tayfunoziserikan committed Aug 6, 2013
1 parent d029c03 commit 0806b7c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions source/assets/stylesheets/application.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body.main
-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03)
-moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03)
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03)
overflow: hidden

#content, #sidebar
position: absolute
Expand All @@ -33,16 +34,16 @@ body.main
right: 0

#sidebar
+border-top-left-radius($wrapper-corner-width)
background-color: $sidebar-bg
width: $sidebar-width
z-index: 1

#dock
width: $sidebar-width
text-align: center
color: $clouds
.launcher
margin-top: 10px
margin-top: 15px
cursor: pointer
i
display: block
Expand All @@ -57,13 +58,16 @@ body.main
+animate-property(color, $animation-duration, ease-in-out)
color: $dock-active-icon-color
&.active
&:after
display: none
// TODO content: "\f0da"
&:before
content: ""
background: $dock-active-icon-color
position: absolute
height: 55px
right: -2px
width: 4px


#content
+border-top-right-radius($wrapper-corner-width)
background-color: $body-bg
padding: 20px
left: $sidebar-width
Expand Down

0 comments on commit 0806b7c

Please sign in to comment.