diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-26 18:10:14 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-26 18:10:14 -0400 |
| commit | 045d889f138861c5b22ec671e24aa553eaa4f441 (patch) | |
| tree | 7694b9e1b65e248ea558d4b55fef81b694af7104 /src/client/views/linking/LinkFollowBox.scss | |
| parent | 3bc90c46d5cb536aca806bb8995b666e5d5839f9 (diff) | |
ALMOST EVERYTHING DONE
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.scss')
| -rw-r--r-- | src/client/views/linking/LinkFollowBox.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/linking/LinkFollowBox.scss b/src/client/views/linking/LinkFollowBox.scss index aedbfdea4..7fad9ae93 100644 --- a/src/client/views/linking/LinkFollowBox.scss +++ b/src/client/views/linking/LinkFollowBox.scss @@ -11,14 +11,18 @@ // overflow: hidden; .linkFollowBox-header { - height: 30px; + height: 50px; text-align: center; text-transform: uppercase; - line-height: 30px; + // line-height: 30px; letter-spacing: 2px; font-size: 16px; } + .direction-indicator { + font-size: 12px; + } + .linkFollowBox-footer { height: 50px; text-align: center; |
