summaryrefslogtreecommitdiffstats
path: root/webui/src/Components/Timeline/EventMessages.scss
blob: ef9918e506b3af718474120643f476e0f7dcc981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import '../../variables';

.EventMessages {

    font-family: 'Lato', sans-serif;
    font-weight: 400;
    
    p {
        margin: 0;
        font-size: .8rem;
        line-height: 1.2rem;
    }
}