cms/app-client/app/styles/tabs/chrono.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Sat, 15 Oct 2016 16:15:07 +0530
changeset 336 f076ddd29e13
parent 316 fb11295ef666
child 363 eac9e4eb75c7
permissions -rw-r--r--
Playlist scroll to show playing track in view always

#tabs-chrono p {
    padding: 0px 20px;
    text-align: center;
    margin: 25px 0px 50px 0px;
    line-height: 22px;
}

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

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

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

#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: $light-blue;
    color: $medium-blue;
    font-size: 12px;
    box-sizing: border-box;
}

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