diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index b42d118939c..f15324d39f2 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -40,16 +40,6 @@ $primary-color: #049cdb; } } } -.feedback { - h4 { - margin: 0 0 8px !important; - - a { - text-decoration: none !important; - color: #000; - } - } -} .integration-alert { margin: -1em 0; @@ -132,6 +122,24 @@ $primary-color: #049cdb; } } +.feedback { + box-shadow: none; + border: 1px solid rgba(0, 0, 0, .12); + border-radius: 4px; + h4 { + margin: 0 0 8px !important; + + a { + text-decoration: none !important; + color: #000; + } + } + .links a { + font-weight: 400; + text-transform: none; + } +} + .frontpage { .material-card { margin-bottom: 24px;