cms/app-client/app/styles/tabs/langues.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 20 Jun 2016 15:55:51 +0200
changeset 194 02c6aa9a99d7
parent 188 d2cb39155997
child 200 a441c40f9c5e
permissions -rw-r--r--
Linting errors / Parenthesis missing / Body classname

#chart_div {
    width: 100%;
    height: 540px;
    background: #ddd;
}

text {
    pointer-events: none;
}

.grandparent text {
    font-weight: bold;
}

rect {
    stroke: #fff;
}

rect.parent,
.grandparent rect {
    stroke-width: 2px;
}

.grandparent rect {
    fill: green;
}

.grandparent:hover rect {
    fill: lightgreen;
}

.children rect.parent,
.grandparent rect {
    cursor: pointer;
}

.children rect.parent {
    fill-opacity: .5;
}