diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-21 15:08:39 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-21 15:08:39 -0400 |
| commit | 5c9f40006aa157c58ec40828ebd4845c16daa8af (patch) | |
| tree | 0df2f2754f2dcda9381a71cdf93eb78181a860fe /src/client/views/linking/LinkFollowBox.scss | |
| parent | 11d2743b553da47da88e77de1ac758e16e09b3e0 (diff) | |
start of making link follow
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.scss')
| -rw-r--r-- | src/client/views/linking/LinkFollowBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkFollowBox.scss b/src/client/views/linking/LinkFollowBox.scss new file mode 100644 index 000000000..c764b002f --- /dev/null +++ b/src/client/views/linking/LinkFollowBox.scss @@ -0,0 +1,6 @@ +@import "../globalCssVariables"; + +.linkFollowBox-main { + position: absolute; + background: $main-accent; +}
\ No newline at end of file |
