client/src/components/SessionSummary.scss
author ymh <ymh.work@gmail.com>
Sat, 01 Dec 2018 02:38:12 +0100
changeset 188 00cf90eb0f5a
parent 174 ac1a026edd58
permissions -rw-r--r--
Correct index file and add a favicon. increment version

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