aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkEditor.scss
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-11 00:32:17 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-11 00:32:17 -0400
commitd784ff45113517d9c3ebcfa6ef50cd01efdfc3f6 (patch)
tree11a6260824816c51fe67b22fdb536c9265dee7dd /src/client/views/nodes/LinkEditor.scss
parentd9a45fe0ed67ee5807a5c5e99079f99b88776b51 (diff)
DONE
Diffstat (limited to 'src/client/views/nodes/LinkEditor.scss')
-rw-r--r--src/client/views/nodes/LinkEditor.scss15
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