diff options
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.scss')
| -rw-r--r-- | src/client/views/linking/LinkFollowBox.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkFollowBox.scss b/src/client/views/linking/LinkFollowBox.scss index a34285727..e425bde69 100644 --- a/src/client/views/linking/LinkFollowBox.scss +++ b/src/client/views/linking/LinkFollowBox.scss @@ -18,12 +18,35 @@ // line-height: 30px; letter-spacing: 2px; font-size: 16px; + width: 100%; } .direction-indicator { font-size: 12px; } + .closeDocument { + position: relative; + // z-index: inherit; + max-width: 30px; + top: -20px; + // left: 230px; + left: 460px; + color: $darker-alt-accent // right: 5px; + } + + .closeDocument:hover { + color: $main-accent; + } + + .topHeader { + // display: grid; + // grid-template-columns: 90% 10%; + width: 100%; + // flex-direction: row; + height: 25px; + } + .linkFollowBox-footer { height: 50px; text-align: center; |
