diff options
| author | Jude <julie_wang1@brown.edu> | 2019-03-09 17:14:42 -0500 |
|---|---|---|
| committer | Jude <julie_wang1@brown.edu> | 2019-03-09 17:14:42 -0500 |
| commit | c6a3faf616e68ede2d67580344e4337c3f0cfdc5 (patch) | |
| tree | fa09d4c17b083f4656ebd912c35b212cc801459d /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 695a91d86df0aa7d3e6a4a63414286fbdaf86d80 (diff) | |
added some flair to freeform views
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 1b10cfff7..32da2632e 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -12,8 +12,8 @@ .formattedTextBox-cont { background: $light-color-secondary; - padding: 0.7em; - border-width: 1px; + padding: 0.9em; + border-width: 0px; border-radius: $border-radius; border-color: $intermediate-color; box-sizing: border-box; |
