Skip to content
Snippets Groups Projects

Make background of checkmark icon in installer white.

Open Joe 🤘 Shindelar requested to merge issue/drupal_cms-3492079:3492079-check into 1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -53,7 +53,7 @@
transform: translate(-50%, -50%); /* RTL */
text-align: center;
content: url('../images/check-circle.svg');
background-color: black;
background-color: white;
color: white;
border-radius: 50%;
}
Loading