cms/app-client/app/styles/tabs/langues.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 04 Jul 2016 23:04:42 +0200
changeset 224 d284324358b2
parent 223 2457942e7453
child 225 5e3cd85cde06
permissions -rw-r--r--
Remplace hexadecimal codes with sass variables Cleanup dead method in application controller Remove unused sass files

#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: $light-blue;
}

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

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