8000 fix review · symfony/symfony@3a810c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a810c1

Browse files
committed
fix review
1 parent 4385473 commit 3a810c1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig

+8-4
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@
3333
color: var(--white);
3434
display: inline-block;
3535
text-align: center;
36-
min-width: 60px;
3736
}
38-
3937
#collector-content .authenticators .badge.badge-resolved {
4038
background-color: var(--green-500);
4139
}
42-
4340
#collector-content .authenticators .badge.badge-not_resolved {
44-
background-color: var(--red-500);
41+
background-color: var(--yellow-500);
42+
}
43+
44+
#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);
4549
}
4650
</style>
4751
{% endblock %}

0 commit comments

Comments
 (0)
0