Sha256: e62b62660a7a336c67b2c0b1cae016818050bcbd7a250abc2a183adc594aa784

Contents?: true

Size: 480 Bytes

Versions: 5

Compression:

Stored size: 480 Bytes

Contents

// MUST BE done in BEM style!!

.role-graph {
    height: 300px;
}

.role-graph-svg {
    border: 1px solid #CCC;
}

.rg-container {
    width: 100%;
}

.rg-container .loaded {
    min-height: 500px;
}

/** SVG role graph styles **/
.node rect {
    stroke: #333;
    fill: #fff;
}

svg .label {
    font-weight: normal;
    height: auto;
    width: auto;
}

.edgePath path {
    stroke: #333;
    fill: #333;
    stroke-width: 1.5px;
}

g.current-role > rect {
    fill: #7F7;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
conjur-asset-ui-1.6.0 app/src/components/graph/graph.less
conjur-asset-ui-beta-2.0.0 app/src/components/graph/graph.less
conjur-asset-ui-beta-1.6.2 app/src/components/graph/graph.less
conjur-asset-ui-beta-1.6.1 app/src/components/graph/graph.less
conjur-asset-ui-beta-1.6.0 app/src/components/graph/graph.less