diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 00:32:17 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 00:32:17 -0400 |
| commit | d784ff45113517d9c3ebcfa6ef50cd01efdfc3f6 (patch) | |
| tree | 11a6260824816c51fe67b22fdb536c9265dee7dd /src/client/views/nodes/LinkEditor.scss | |
| parent | d9a45fe0ed67ee5807a5c5e99079f99b88776b51 (diff) | |
DONE
Diffstat (limited to 'src/client/views/nodes/LinkEditor.scss')
| -rw-r--r-- | src/client/views/nodes/LinkEditor.scss | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/client/views/nodes/LinkEditor.scss b/src/client/views/nodes/LinkEditor.scss index 27446b2f2..cb191dc8c 100644 --- a/src/client/views/nodes/LinkEditor.scss +++ b/src/client/views/nodes/LinkEditor.scss @@ -7,16 +7,23 @@ .name-input { margin-bottom: 10px; + padding: 5px; font-size: 12px; } .description-input { - height: 100px; - font-size: 10px; + font-size: 12px; + padding: 5px; + margin-bottom: 10px; } .save-button { - width: 100px; - height: 30px; + width: 50px; + height: 20px; background-color: #2B6091; + margin: 0 auto; + color: white; + text-align: center; + line-height: 20px; + font-size: 12px; }
\ No newline at end of file |
