diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 10:26:02 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 10:26:02 -0500 |
| commit | c50a3197c34a7629516d347e77b1f78710aef5b2 (patch) | |
| tree | 96bf661f80e96ee77d338bfc5eec32d7f15bd2d3 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | d58958cbfe763cf5b56eda36c608cb6059445391 (diff) | |
| parent | 7e02ca22f9667d0bdb89b29da3c412ba52976fbf (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_schema_view
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index ccdf41233..20e13a599 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -287,6 +287,15 @@ footnote::after { font-family: inherit; } + blockquote { + padding: 10px 10px; + font-size: smaller; + margin: 0; + font-style: italic; + background: lightgray; + border-left: solid 2px dimgray; + } + ol, ul { counter-reset: deci1 0 multi1 0; padding-left: 1em; |
