diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-18 16:27:17 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-18 16:27:17 -0400 |
| commit | 05bcab12516e48ef08f9c7243a5e0acd3c650f20 (patch) | |
| tree | 6b42f31cb835345c5e77e5f22f9da13c4f41c5b6 /src/client/views/SidebarAnnos.scss | |
| parent | 5845674720497f87c5ccada7a188817f3c912c6e (diff) | |
broke sidebarAnnos into its own component
Diffstat (limited to 'src/client/views/SidebarAnnos.scss')
| -rw-r--r-- | src/client/views/SidebarAnnos.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/views/SidebarAnnos.scss b/src/client/views/SidebarAnnos.scss new file mode 100644 index 000000000..9eea83d59 --- /dev/null +++ b/src/client/views/SidebarAnnos.scss @@ -0,0 +1,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; + } +}
\ No newline at end of file |
