debian-mirror-gitlab/app/assets/stylesheets/framework/memory_graph.scss

19 lines
262 B
SCSS
Raw Normal View History

2017-08-17 22:00:37 +05:30
.memory-graph-container {
svg {
background: $white-light;
2019-12-26 22:10:19 +05:30
border: 1px solid $gray-200;
2017-08-17 22:00:37 +05:30
}
path {
fill: none;
stroke: $blue-500;
stroke-width: 2px;
}
circle {
stroke: $blue-700;
fill: $blue-700;
stroke-width: 4px;
}
}