client/src/components/SessionSummary.scss
author ymh <ymh.work@gmail.com>
Tue, 27 Nov 2018 15:45:45 +0100
changeset 179 e7c7e6e0a8bc
parent 174 ac1a026edd58
permissions -rw-r--r--
Add protocols module, and add a way to change the config ini file path

.session-summary-list {
    overflow-y: auto;
    .note {
        &-length {
        color: black;
        font-size: .6rem;
        }
        &-time {
            font-size: .7rem;
        }
    }
}