wall.scss 286 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.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;
  }
}