Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a810c1

Browse filesBrowse files
committed
fix review
1 parent 4385473 commit 3a810c1
Copy full SHA for 3a810c1

File tree

1 file changed

+8
-4
lines changed
Filter options

1 file changed

+8
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
+8-4Lines changed: 8 additions & 4 deletions
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+
color: var(--red-500);
4549
}
4650
</style>
4751
{% endblock %}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.