cms/app-client/app/styles/tabs/chrono.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 20 Oct 2016 12:54:07 +0530
changeset 373 e952c8a31a2b
parent 363 eac9e4eb75c7
child 393 5ef3bfef0bff
permissions -rw-r--r--
Transcript design + Fix video display and filter component font

#tabs-chrono p {
    padding: 0px 20px;
    text-align: center;
    margin: 25px 0px 50px 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;
    float: right;
}

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

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