gitlabhq/app/assets/stylesheets/sections/graph.scss

20 lines
262 B
SCSS
Raw Normal View History

2012-06-13 19:02:30 +02:00
.graph_holder {
border: 1px solid #aaa;
padding: 1px;
2012-06-13 19:02:30 +02:00
h4 {
padding: 0 10px;
2012-06-13 19:02:30 +02:00
border-bottom: 1px solid #bbb;
2012-08-25 18:42:34 +02:00
@include bg-gray-gradient;
2012-06-13 19:02:30 +02:00
}
.graph {
background: #f1f1f1;
cursor: move;
height: 70%;
overflow: hidden;
}
}