diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-21 17:18:02 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-21 17:18:02 -0400 |
| commit | 6604c40d02b4dd7c6a6c663f301bcaedfee6998f (patch) | |
| tree | e8bd8bf38a9dce8e94a84cae696ee7c0816d5793 /src/client/views/nodes/WebBox.scss | |
| parent | 76a693012866178a3fbe037ab06cfd4482f37917 (diff) | |
send help oh god
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index c37f08eca..6272d3d47 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -1,3 +1,5 @@ +@import "../globalCssVariables.scss"; + .webBox-cont, .webBox-cont-interactive { padding: 0vw; @@ -79,6 +81,14 @@ // margin-top: 10px; } + .switchToText { + color: $main-accent; + } + + .switchToText:hover { + color: $dark-color; + } + .collectionViewBaseChrome-viewSpecs { margin-left: 10px; display: grid; |
