diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 19:07:31 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 19:07:31 -0400 |
| commit | 0bc5f59932edae2d32ac378db1afc2733044eb9c (patch) | |
| tree | 878070ac44cf17b9518822a39fe4986d16e4434a /src/client/views/nodes/LinkEditor.scss | |
| parent | 95df27f9083ebf3f1ba8da2ca389b7b7e8d31522 (diff) | |
all styling stuff done
Diffstat (limited to 'src/client/views/nodes/LinkEditor.scss')
| -rw-r--r-- | src/client/views/nodes/LinkEditor.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/LinkEditor.scss b/src/client/views/nodes/LinkEditor.scss index fb0c69cff..f01213542 100644 --- a/src/client/views/nodes/LinkEditor.scss +++ b/src/client/views/nodes/LinkEditor.scss @@ -1,4 +1,5 @@ @import "../global_variables"; + .edit-container { width: 100%; height: auto; @@ -22,7 +23,7 @@ .save-button { width: 50px; - height: 20px; + height: 22px; pointer-events: auto; background-color: $dark-color; color: $light-color; @@ -38,6 +39,5 @@ .save-button:hover { background: $main-accent; - transform: scale(1.05); cursor: pointer; }
\ No newline at end of file |
