aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SidebarAnnos.scss
blob: 9eea83d59e67da4c66e9931935eebdea4808f94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.sidebarAnnos-tagList {
    display: flex;
    flex-direction: row;
    overflow: auto;
    flex-flow: row;
    flex-wrap: wrap;
    .sidebarAnnos-filterTag, .sidebarAnnos-filterTag-active {
        font-weight: bold;
        padding-left: 6;
        padding-right: 6;
        box-shadow: black 1px 1px 4px;
        border-radius: 5;
        margin: 2; 
        height: 20;
        background-color: lightgrey;
    }
    .sidebarAnnos-filterTag-active {
        background-color: white;
    }
}