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/LinkBox.scss | |
| parent | 95df27f9083ebf3f1ba8da2ca389b7b7e8d31522 (diff) | |
all styling stuff done
Diffstat (limited to 'src/client/views/nodes/LinkBox.scss')
| -rw-r--r-- | src/client/views/nodes/LinkBox.scss | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/src/client/views/nodes/LinkBox.scss b/src/client/views/nodes/LinkBox.scss index 5d5f782d2..22b95f605 100644 --- a/src/client/views/nodes/LinkBox.scss +++ b/src/client/views/nodes/LinkBox.scss @@ -1,14 +1,15 @@ @import "../global_variables"; + .link-container { width: 100%; - height: 35px; + height: 50px; display: flex; flex-direction: row; border-top: 0.5px solid #bababa; } .info-container { - width: 55%; + width: 65%; padding-top: 5px; padding-left: 5px; display: flex; @@ -24,7 +25,8 @@ } .button-container { - width: 45%; + width: 35%; + padding-top: 8px; display: flex; flex-direction: row; } @@ -49,17 +51,17 @@ cursor: pointer; } -.fa-icon-view { - margin-left: 3px; - margin-top: 5px; -} +// .fa-icon-view { +// margin-left: 3px; +// margin-top: 5px; +// } .fa-icon-edit { - margin-left: 5px; - margin-top: 5px; + margin-left: 6px; + margin-top: 6px; } .fa-icon-delete { - margin-left: 6px; - margin-top: 5px; + margin-left: 7px; + margin-top: 7px; }
\ No newline at end of file |
