This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working on #490 part 1
- Loading branch information
Showing
189 changed files
with
3,659 additions
and
2,792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
src/Viserio/Bridge/Twig/DataCollector/Resources/css/twig.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
.webprofiler-panel.webprofiler-panel-twig-data-collector.active .twig-graph { | ||
margin-top: 25px; | ||
.profiler-panel.profiler-panel-twig-data-collector.active .twig-graph { | ||
margin: 25px 0; | ||
} | ||
.webprofiler-panel.webprofiler-panel-twig-data-collector.active .twig-graph pre { | ||
.profiler-panel.profiler-panel-twig-data-collector.active .twig-graph pre { | ||
font-size: 14px; | ||
color: #2B2A28; | ||
color: var(--profiler-second-font-color); | ||
padding: 10px; | ||
background-color: #fff; | ||
background-color: #FFF; | ||
} | ||
.webprofiler-panel.webprofiler-panel-twig-data-collector.active .twig-graph pre .status-success { | ||
color: #4F805D; | ||
.profiler-panel.profiler-panel-twig-data-collector.active .twig-graph pre .status-success { | ||
color: var(--profiler-status-green-color); | ||
} | ||
.webprofiler-panel.webprofiler-panel-twig-data-collector.active .twig-graph pre .status-warning { | ||
background-color: #A46A1F; | ||
.profiler-panel.profiler-panel-twig-data-collector.active .twig-graph pre .status-warning { | ||
background-color: var(--profiler-status-yellow-color); | ||
color: #FFF; | ||
padding: 0px 5px; | ||
} | ||
.webprofiler-panel.webprofiler-panel-twig-data-collector.active .twig-graph pre .status-error { | ||
color: #B0413E; | ||
.profiler-panel.profiler-panel-twig-data-collector.active .twig-graph pre .status-error { | ||
color: var(--profiler-status-red-color); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.