aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentLinksButton.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-13 17:56:46 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-13 17:56:46 -0500
commit0dafe85b7d0c826340299a7e6b51190a6eaa7004 (patch)
treeccbf452826fb457781b902796e6ecebf43670fba /src/client/views/nodes/DocumentLinksButton.scss
parentc2d1360d6568c60017622c5f325755d98a55d49d (diff)
fixed preview backgrounds, text size, tooltip size, adding labels, conditional end link btn, tooltips size
Diffstat (limited to 'src/client/views/nodes/DocumentLinksButton.scss')
-rw-r--r--src/client/views/nodes/DocumentLinksButton.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/nodes/DocumentLinksButton.scss b/src/client/views/nodes/DocumentLinksButton.scss
index 35d99d44b..97e714cd5 100644
--- a/src/client/views/nodes/DocumentLinksButton.scss
+++ b/src/client/views/nodes/DocumentLinksButton.scss
@@ -13,18 +13,18 @@
color: black;
text-transform: uppercase;
letter-spacing: 2px;
- font-size: 75%;
+ font-size: 10px;
transition: transform 0.2s;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
- // &:hover {
- // background: deepskyblue;
- // transform: scale(1.05);
- // cursor: pointer;
- // }
+ &:hover {
+ // background: deepskyblue;
+ // transform: scale(1.05);
+ cursor: pointer;
+ }
}
.documentLinksButton {