cms/app-client/app/styles/tabs/chrono.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 17 Jul 2016 14:41:03 +0200
changeset 241 da3c6ba8a80b
parent 235 51acae6af8a3
child 244 d7ab83ecf737
permissions -rw-r--r--
Set time from progress bar - Toggle play plause to actions

#chrono-table{
    margin-top: 40px;
    line-height: 40px;
}

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

#chrono-table .decades {
    color: $medium-grey;
    font-size: 13px;
}

#chrono-table ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    display: inline-block;
    float: right;
}

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

#chrono-table li.highlighted {
    color: $light-white;
    border: 1px solid $light-white;
    background-color: $medium-blue;
}