diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-10 22:43:35 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-10 22:43:35 -0400 |
| commit | 018d92a8a49e7e1a3a41ae87e24a9a8ba60619d6 (patch) | |
| tree | 5a913a95fce74cafb0ba86034f0a001fdb5f52cb /src/client/views/nodes/LinkEditor.scss | |
| parent | 69d42193bf187a8a61e475a0587d55e29b644394 (diff) | |
almost done
Diffstat (limited to 'src/client/views/nodes/LinkEditor.scss')
| -rw-r--r-- | src/client/views/nodes/LinkEditor.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/client/views/nodes/LinkEditor.scss b/src/client/views/nodes/LinkEditor.scss index e69de29bb..b5db19b65 100644 --- a/src/client/views/nodes/LinkEditor.scss +++ b/src/client/views/nodes/LinkEditor.scss @@ -0,0 +1,16 @@ +.edit-container { + width: 100%; + height: auto; + display: flex; + flex-direction: column; +} + +.name-input { + margin-bottom: 10px; + font-size: 12px; +} + +.description-input { + height: 100px; + font-size: 10px; +}
\ No newline at end of file |
