8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4385473 commit 3a810c1Copy full SHA for 3a810c1
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
@@ -33,15 +33,19 @@
33
color: var(--white);
34
display: inline-block;
35
text-align: center;
36
- min-width: 60px;
37
}
38
-
39
#collector-content .authenticators .badge.badge-resolved {
40
background-color: var(--green-500);
41
42
43
#collector-content .authenticators .badge.badge-not_resolved {
44
- background-color: var(--red-500);
+ background-color: var(--yellow-500);
+ }
+
+ #collector-content .authenticators svg[data-icon-name="icon-tabler-check"] {
45
+ color: var(--green-500);
46
47
+ #collector-content .authenticators svg[data-icon-name="icon-tabler-x"] {
48
+ < 4CF1 span class="pl-c1">color: var(--red-500);
49
50
</style>
51
{% endblock %}
0 commit comments