Skip to content
Snippets Groups Projects
Commit 4fdf4769 authored by bgm's avatar bgm
Browse files

Merge branch 'removeGreenHelp' into 'main'

help messages: remove green background

See merge request extensions/theisland!6
parents 486ba487 4b3d33b3
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@
.help,
#help {
background: $alert-success-bg;
border: solid 1px $brand-success;
border-radius: $border-radius-base;
background: initial;
border: none;
color: $text-color;
padding: 10px;
padding: 10px 0;
font-size: 1em;
a {
color: darken($brand-primary, $crm-darken-percentage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment