diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-07-01 16:47:47 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-07-01 16:47:47 -0700 |
| commit | 17b9f3672fde08864343afd9808881dd23023643 (patch) | |
| tree | 0edf4d6d1e91ec5882332a08dbe7402cb4e378b1 /src/client/views/pdf/PDFMenu.scss | |
| parent | eff0c84e6f42bd6be1c58f1009d8d766bcf0a819 (diff) | |
added color picker for highlighter
Diffstat (limited to 'src/client/views/pdf/PDFMenu.scss')
| -rw-r--r-- | src/client/views/pdf/PDFMenu.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFMenu.scss b/src/client/views/pdf/PDFMenu.scss index 3c08ba80d..fa43a99b2 100644 --- a/src/client/views/pdf/PDFMenu.scss +++ b/src/client/views/pdf/PDFMenu.scss @@ -3,4 +3,23 @@ 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 |
