diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-20 20:07:48 -0500 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-20 20:07:48 -0500 |
| commit | 7b49bca26f95e7bf1e878d4987f061511a5def39 (patch) | |
| tree | b160034ebfd770c73071203410b468778fa93697 /src/client/views/pdf/AnchorMenu.scss | |
| parent | e4c9218e217b617e513259cac90b077431890eaa (diff) | |
| parent | 68785a97178d229935c0429791081d7c09312dc3 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into filters
Diffstat (limited to 'src/client/views/pdf/AnchorMenu.scss')
| -rw-r--r-- | src/client/views/pdf/AnchorMenu.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/client/views/pdf/AnchorMenu.scss b/src/client/views/pdf/AnchorMenu.scss new file mode 100644 index 000000000..b7afb26a5 --- /dev/null +++ b/src/client/views/pdf/AnchorMenu.scss @@ -0,0 +1,25 @@ +.anchorMenu-addTag { + display: grid; + width: 200px; + padding: 5px; + grid-template-columns: 90px 20px 90px; +} + +.color-wrapper { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + + button.color-button { + width: 20px; + height: 20px; + border-radius: 15px !important; + margin: 3px; + border: 2px solid transparent !important; + padding: 3px; + + &.active { + border: 2px solid white; + } + } +}
\ No newline at end of file |
