cms/app-client/app/styles/tabs/langues.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 29 Jun 2016 10:54:13 +0200
changeset 214 9bff007eb03c
parent 200 a441c40f9c5e
child 223 2457942e7453
permissions -rw-r--r--
Reflect player-component actions on playlist-component

#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: #becfd4;
}

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

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