gitlabhq/app/assets/stylesheets/sections/wall.scss
Dmitriy Zaporozhets f3dfd22993 add wall.scss
2013-03-19 12:34:59 +02:00

20 lines
286 B
SCSS

.wall-page {
.new_note {
@extend .span12;
margin: 0;
height: 140px;
background: #F9F9F9;
position: fixed;
bottom: 0px;
padding: 3px;
padding-bottom: 25px;
border: 1px solid #DDD;
display: block;
}
.notes {
margin-bottom: 160px;
}
}