client/src/components/SessionSummary.scss
author ymh <ymh.work@gmail.com>
Sun, 25 Nov 2018 21:18:55 +0100
changeset 176 a24f6bf72f6a
parent 174 ac1a026edd58
permissions -rw-r--r--
update requirement for django-auditlog

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