Debugbar - Move to Font Awesome 5 Free

This commit is contained in:
Alexandre SPANGARO 2020-09-15 04:05:26 +02:00
parent b7b1de4580
commit 1b5873af1f
10 changed files with 5 additions and 2680 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

View File

@ -57,7 +57,7 @@ div.phpdebugbar-widgets-messages {
padding-bottom: 20px;
}
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before {
font-family: PhpDebugbarFontAwesome;
font-family: "Font Awesome 5 Free";
content: "\f071";
margin-right: 8px;
font-size: 11px;
@ -67,7 +67,7 @@ div.phpdebugbar-widgets-messages {
color: red;
}
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before {
font-family: PhpDebugbarFontAwesome;
font-family: "Font Awesome 5 Free";
content: "\f057";
margin-right: 8px;
font-size: 11px;
@ -249,7 +249,7 @@ div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item {
}
div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before {
font-family: PhpDebugbarFontAwesome;
font-family: "Font Awesome 5 Free";
margin-right: 4px;
font-size: 12px;
font-style: normal;

View File

@ -35,7 +35,7 @@ div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before {
font-family: PhpDebugbarFontAwesome;
font-family: "Font Awesome 5 Free";
margin-right: 4px;
font-size: 12px;
}

View File

@ -28,7 +28,7 @@ div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-type:before,
div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
{
font-family: PhpDebugbarFontAwesome;
font-family: "Font Awesome 5 Free";
margin-right: 4px;
font-size: 12px;
}