.projects { @extend .row; .activities { } .side { @extend .span4; @extend .right; .projects_box { h5 { color:$style_color; font-size:16px; text-shadow: 0 1px 1px #fff; padding: 2px 10px; } @extend .leftbar; @extend .ui-box; } } } .new_project, .edit_project { .project_name_holder { input, label { font-size:16px; line-height:20px; padding:8px; } label { color:#888; } .btn { padding:6px; margin-left:10px; margin-bottom:8px; } } } .project_clone_panel { @include border-radius(4px); @include bg-gray-gradient; padding: 4px 7px; border: 1px solid #CCC; margin-bottom:5px; input[type=text] { border: 1px solid #BBB; } }