cms/app-client/app/styles/tabs/chrono.scss
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 449 5b0787f51d76
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d

#tabs-chrono p {
    padding: 0px 20px;
    text-align: center;
    margin: 15px 0px 0px 0px;
    line-height: 22px;
    color: $corpus-black;
}

#chrono-table {
    line-height: 43px;
}

#chrono-table .interval {
    margin-bottom: 5px;
    overflow: hidden;
}

#chrono-table input {
    margin: 0;
}

#chrono-table ul {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    display: inline-block;
}

#chrono-table li {
    width: 45px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 0px 0px 4px;
    cursor: pointer;
    background-color: $corpus-light-grey;
    color: $corpus-black;
    font-size: 12px;
    box-sizing: border-box;
}

#chrono-table li.disabled {
    cursor: default;
    color: $corpus-grey;
    pointer-events: none;
}

#chrono-table .color-gradient {
    width: 150px;
    height: 27px;
    font-size: 0.75em;
    line-height: initial;
}

#chrono-table li.highlighted {
    font-weight: bold;
    color: $corpus-white;
    background-color: $corpus-blue;
    pointer-events: initial;
}

#chrono-table li.light-color {
    color: $corpus-white;
}

#chrono-table li.dark-color {
    color: $corpus-black;
}