cms/app-client/app/styles/tabs/langues.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 21 Jul 2016 23:36:50 +0200
changeset 246 5b7ae96768be
parent 225 5e3cd85cde06
child 286 57762c0b601e
permissions -rw-r--r--
Bsic transcript-component design Autoscroll transcript

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

text {
    pointer-events: none;
}

.grandparent text {
    font-weight: bold;
}

rect {
    stroke: $light-white;
}

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

.grandparent rect {
    fill: $light-blue;
}

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

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