client/src/components/SessionSummary.scss
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 10:52:23 +0200
changeset 162 1fd73fdaf4c6
parent 161 a642639dbc07
child 174 ac1a026edd58
permissions -rw-r--r--
Add ReadOnlySession component and message when session list is empty

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