diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-24 10:08:50 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-24 10:08:50 -0400 |
| commit | 21c02362a9b658459054a7880aa011e6262f3ae7 (patch) | |
| tree | 32ae14dd6f47dc4635bbef37981c86d2ca8e72e4 /src/client/views/nodes/WebBox.scss | |
| parent | 4ab81702c2c78ae20c1984985aaef880d21aef9e (diff) | |
| parent | d237c67b236ce66e9bc711931e4c283a8c1e95f2 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 07774263c..43220df71 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; @@ -61,6 +63,14 @@ width: 40px; transform-origin: top left; } + + .switchToText { + color: $main-accent; + } + + .switchToText:hover { + color: $dark-color; + } } button:hover { |
