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

20 lines
264 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;
2013-03-19 11:27:15 +01:00
height: 500px;
2012-06-13 19:02:30 +02:00
overflow: hidden;
}
}