diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index cb0be68317dc7e15f6c7f733aa8396dfa6fee31e..7e342cd6a30b28d567bfd3b847d2f53720a13916 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -61,6 +61,11 @@ h3, .h3 { height: 50px; } +.rego-content { + border: 1px solid #000; + background-color: #fff; +} + /* END LCA2020 */ .messagelist { @@ -69,7 +74,9 @@ h3, .h3 { .asteriskField:before { content: ' '; } +label.label-required:after { content: ' *'; } + .abstract, .bio, .monospace-text { font-family: Hack, monospace; white-space: pre-wrap; -} \ No newline at end of file +}