graph.scss 290 字节
Newer Older
R
randx 已提交
1 2
.graph_holder { 
  border: 1px solid #aaa;
3
  padding: 1px;
R
randx 已提交
4 5 6


  h4 { 
7
    padding: 0 10px;
R
randx 已提交
8
    border-bottom: 1px solid #bbb;
R
randx 已提交
9
    @include bg-gray-gradient;
R
randx 已提交
10 11 12 13 14
  }

  .graph { 
    background: #f1f1f1;
    cursor: move;
S
Sato Hiroyuki 已提交
15
    height: 500px;
16 17
    overflow-y: scroll;
    overflow-x: hidden;
R
randx 已提交
18 19 20
  }
}