cms/app-client/app/styles/tabs/chrono.scss
author ymh <ymh.work@gmail.com>
Wed, 19 Oct 2016 00:31:18 +0200
changeset 368 5f79f31ca9a2
parent 363 eac9e4eb75c7
child 393 5ef3bfef0bff
permissions -rw-r--r--
Add some doc. Improve auto documentation of build script

#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;
}