client/src/components/SessionSummary.scss
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 19:02:17 +0200
changeset 166 950a2350930f
parent 161 a642639dbc07
child 174 ac1a026edd58
permissions -rw-r--r--
Add css to Note component

.note {
    &-length {
    color: black;
    font-size: .6rem;
    }
    &-time {
        font-size: .7rem;
    }
}