2130 lines
52 KiB
PHP
2130 lines
52 KiB
PHP
<?php
|
|
|
|
use Twig\Environment;
|
|
use Twig\Error\LoaderError;
|
|
use Twig\Error\RuntimeError;
|
|
use Twig\Extension\SandboxExtension;
|
|
use Twig\Markup;
|
|
use Twig\Sandbox\SecurityError;
|
|
use Twig\Sandbox\SecurityNotAllowedTagError;
|
|
use Twig\Sandbox\SecurityNotAllowedFilterError;
|
|
use Twig\Sandbox\SecurityNotAllowedFunctionError;
|
|
use Twig\Source;
|
|
use Twig\Template;
|
|
|
|
/* @WebProfiler/Profiler/profiler.css.twig */
|
|
class __TwigTemplate_92e52faef67143245200cd27c2750315fbae1dc497385b736540dbb31b9036db extends \Twig\Template
|
|
{
|
|
private $source;
|
|
private $macros = [];
|
|
|
|
public function __construct(Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->source = $this->getSourceContext();
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = [
|
|
];
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = [])
|
|
{
|
|
$macros = $this->macros;
|
|
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
|
|
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/profiler.css.twig"));
|
|
|
|
// line 3
|
|
$context["mixins"] = ["break_long_words" => "-ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;", "monospace_font" => "font-family: monospace; font-size: 13px; font-size-adjust: 0.5;", "sans_serif_font" => "font-family: Helvetica, Arial, sans-serif;", "subtle_border_and_shadow" => "background: #FFF; border: 1px solid #E0E0E0; box-shadow: 0px 0px 1px rgba(128, 128, 128, .2);"];
|
|
// line 9
|
|
echo "
|
|
";
|
|
// line 11
|
|
$context["colors"] = ["success" => "#4F805D", "warning" => "#A46A1F", "error" => "#B0413E"];
|
|
// line 12
|
|
echo "
|
|
";
|
|
// line 16
|
|
echo "html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
|
|
|
|
";
|
|
// line 20
|
|
echo "html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
body {
|
|
background-color: #F9F9F9;
|
|
color: #222;
|
|
display: flex;
|
|
flex-direction: column;
|
|
";
|
|
// line 29
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 29, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 29);
|
|
echo "
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
h2, h3, h4 {
|
|
font-weight: 500;
|
|
margin: 1.5em 0 .5em;
|
|
}
|
|
h2 + h3,
|
|
h3 + h4 {
|
|
margin-top: 1em;
|
|
}
|
|
h2 {
|
|
font-size: 24px;
|
|
}
|
|
h3 {
|
|
font-size: 21px;
|
|
}
|
|
h4 {
|
|
font-size: 18px;
|
|
}
|
|
h2 span, h3 span, h4 span,
|
|
h2 small, h3 small, h4 small {
|
|
color: #999;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
p {
|
|
font-size: 16px;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
a {
|
|
color: #218BC3;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
a.link-inverse {
|
|
text-decoration: underline;
|
|
}
|
|
a.link-inverse:hover {
|
|
text-decoration: none;
|
|
}
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
h2 a,
|
|
h3 a,
|
|
h4 a {
|
|
text-decoration: underline;
|
|
}
|
|
h2 a:hover,
|
|
h3 a:hover,
|
|
h4 a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
abbr {
|
|
border-bottom: 1px dotted #444;
|
|
cursor: help;
|
|
}
|
|
|
|
code, pre {
|
|
";
|
|
// line 99
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 99, $this->source); })()), "monospace_font", [], "any", false, false, false, 99);
|
|
echo "
|
|
}
|
|
|
|
";
|
|
// line 104
|
|
echo "button {
|
|
";
|
|
// line 105
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 105, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 105);
|
|
echo "
|
|
}
|
|
.btn {
|
|
background: #777;
|
|
border-radius: 2px;
|
|
border: 0;
|
|
color: #F5F5F5;
|
|
display: inline-block;
|
|
padding: .5em .75em;
|
|
}
|
|
.btn:hover {
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
text-decoration: none;
|
|
}
|
|
.btn-sm {
|
|
font-size: 12px;
|
|
}
|
|
.btn-sm svg {
|
|
height: 16px;
|
|
width: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
.btn-link {
|
|
border-color: transparent;
|
|
color: #218BC3;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
outline: none;
|
|
border: 0;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
}
|
|
.btn-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
";
|
|
// line 143
|
|
echo "table, tr, th, td {
|
|
background: #FFF;
|
|
border-collapse: collapse;
|
|
line-height: 1.5;
|
|
vertical-align: top;
|
|
}
|
|
table {
|
|
";
|
|
// line 150
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 150, $this->source); })()), "subtle_border_and_shadow", [], "any", false, false, false, 150);
|
|
echo ";
|
|
margin: 1em 0;
|
|
width: 100%;
|
|
}
|
|
|
|
table th, table td {
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
table th {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
table thead th {
|
|
background-color: #E0E0E0;
|
|
}
|
|
table thead th.key {
|
|
width: 19%;
|
|
}
|
|
|
|
table tbody th,
|
|
table tbody td {
|
|
";
|
|
// line 172
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 172, $this->source); })()), "monospace_font", [], "any", false, false, false, 172);
|
|
echo "
|
|
border: 1px solid #E0E0E0;
|
|
border-width: 1px 0;
|
|
}
|
|
|
|
table tbody td {
|
|
";
|
|
// line 178
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 178, $this->source); })()), "break_long_words", [], "any", false, false, false, 178);
|
|
echo "
|
|
}
|
|
|
|
table tbody div {
|
|
margin: .25em 0;
|
|
}
|
|
table tbody ul {
|
|
margin: 0;
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
";
|
|
// line 191
|
|
echo ".block {
|
|
display: block;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.nowrap {
|
|
white-space: pre;
|
|
}
|
|
.newline {
|
|
display: block;
|
|
}
|
|
.break-long-words {
|
|
";
|
|
// line 204
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 204, $this->source); })()), "break_long_words", [], "any", false, false, false, 204);
|
|
echo "
|
|
}
|
|
.text-small {
|
|
font-size: 12px !important;
|
|
}
|
|
.text-muted {
|
|
color: #999;
|
|
}
|
|
.text-bold {
|
|
font-weight: bold;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.font-normal {
|
|
";
|
|
// line 222
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 222, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 222);
|
|
echo "
|
|
font-size: 14px;
|
|
}
|
|
.help {
|
|
color: #999;
|
|
font-size: 14px;
|
|
margin-bottom: .5em;
|
|
}
|
|
.empty {
|
|
border: 4px dashed #E0E0E0;
|
|
color: #999;
|
|
margin: 1em 0;
|
|
padding: .5em 2em;
|
|
}
|
|
|
|
.label {
|
|
background-color: #666;
|
|
color: #FAFAFA;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding: 3px 7px;
|
|
white-space: nowrap;
|
|
}
|
|
.label.same-width {
|
|
min-width: 70px;
|
|
text-align: center;
|
|
}
|
|
.label.status-success { background: ";
|
|
// line 250
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 250, $this->source); })()), "success", [], "any", false, false, false, 250);
|
|
echo "; color: #FFF; }
|
|
.label.status-warning { background: ";
|
|
// line 251
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 251, $this->source); })()), "warning", [], "any", false, false, false, 251);
|
|
echo "; color: #FFF; }
|
|
.label.status-error { background: ";
|
|
// line 252
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 252, $this->source); })()), "error", [], "any", false, false, false, 252);
|
|
echo "; color: #FFF; }
|
|
|
|
";
|
|
// line 256
|
|
echo ".metrics {
|
|
margin: 1em 0 0;
|
|
overflow: auto;
|
|
}
|
|
.metrics .metric {
|
|
float: left;
|
|
margin: 0 1em 1em 0;
|
|
}
|
|
|
|
.metric {
|
|
";
|
|
// line 266
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 266, $this->source); })()), "subtle_border_and_shadow", [], "any", false, false, false, 266);
|
|
echo ";
|
|
min-width: 100px;
|
|
min-height: 70px;
|
|
}
|
|
.metric .value {
|
|
display: block;
|
|
font-size: 28px;
|
|
padding: 8px 15px 4px;
|
|
text-align: center;
|
|
}
|
|
.metric .value svg {
|
|
margin: 5px 0 -5px;
|
|
}
|
|
.metric .unit {
|
|
color: #999;
|
|
font-size: 18px;
|
|
margin-left: -4px;
|
|
}
|
|
.metric .label {
|
|
background: #E0E0E0;
|
|
color: #222;
|
|
display: block;
|
|
font-size: 12px;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.metrics-horizontal .metric {
|
|
min-height: 0;
|
|
min-width: 0;
|
|
}
|
|
.metrics-horizontal .metric .value,
|
|
.metrics-horizontal .metric .label {
|
|
display: inline;
|
|
padding: 2px 6px;
|
|
}
|
|
.metrics-horizontal .metric .label {
|
|
display: inline-block;
|
|
padding: 6px;
|
|
}
|
|
.metrics-horizontal .metric .value {
|
|
font-size: 16px;
|
|
}
|
|
.metrics-horizontal .metric .value svg {
|
|
max-height: 14px;
|
|
line-height: 10px;
|
|
margin: 0;
|
|
padding-left: 4px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.metric-divider {
|
|
float: left;
|
|
margin: 0 1em;
|
|
min-height: 1px; ";
|
|
// line 321
|
|
echo "}
|
|
|
|
";
|
|
// line 325
|
|
echo ".card {
|
|
";
|
|
// line 326
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 326, $this->source); })()), "subtle_border_and_shadow", [], "any", false, false, false, 326);
|
|
echo ";
|
|
margin: 1em 0;
|
|
padding: 10px;
|
|
}
|
|
.card-block + .card-block {
|
|
border-top: 1px solid #E0E0E0;
|
|
padding-top: 10px;
|
|
}
|
|
.card *:first-child,
|
|
.card-block *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.card .label {
|
|
background-color: #EEE;
|
|
color: #222;
|
|
}
|
|
|
|
";
|
|
// line 345
|
|
echo ".status-success {
|
|
background: rgba(94, 151, 110, 0.3);
|
|
}
|
|
.status-warning {
|
|
background: rgba(240, 181, 24, 0.3);
|
|
}
|
|
.status-error {
|
|
background: rgba(176, 65, 62, 0.2);
|
|
}
|
|
.status-success td,
|
|
.status-warning td,
|
|
.status-error td {
|
|
background: transparent;
|
|
}
|
|
tr.status-error td,
|
|
tr.status-warning td {
|
|
border-bottom: 1px solid #FAFAFA;
|
|
border-top: 1px solid #FAFAFA;
|
|
}
|
|
|
|
.status-warning .colored {
|
|
color: ";
|
|
// line 366
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 366, $this->source); })()), "warning", [], "any", false, false, false, 366);
|
|
echo ";
|
|
}
|
|
.status-error .colored {
|
|
color: ";
|
|
// line 369
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 369, $this->source); })()), "error", [], "any", false, false, false, 369);
|
|
echo ";
|
|
}
|
|
|
|
";
|
|
// line 374
|
|
echo ".highlight pre {
|
|
margin: 0;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.highlight .keyword { color: #8959A8; font-weight: bold; }
|
|
.highlight .word { color: #222222; }
|
|
.highlight .variable { color: #916319; }
|
|
.highlight .symbol { color: #222222; }
|
|
.highlight .comment { color: #999999; }
|
|
.highlight .backtick { color: #718C00; }
|
|
.highlight .string { color: #718C00; }
|
|
.highlight .number { color: #F5871F; font-weight: bold; }
|
|
.highlight .error { color: #C82829; }
|
|
|
|
";
|
|
// line 391
|
|
echo ".sf-icon {
|
|
vertical-align: middle;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
}
|
|
.sf-icon svg {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.sf-icon.sf-medium,
|
|
.sf-icon.sf-medium svg {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
.sf-icon.sf-large,
|
|
.sf-icon.sf-large svg {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
|
|
";
|
|
// line 417
|
|
echo ".container {
|
|
max-width: 1300px;
|
|
padding-right: 15px;
|
|
}
|
|
#header {
|
|
flex: 0 0 auto;
|
|
}
|
|
#header .container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
#summary {
|
|
flex: 0 0 auto;
|
|
}
|
|
#content {
|
|
height: 100%;
|
|
}
|
|
#main {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
min-height: 100%;
|
|
}
|
|
#sidebar {
|
|
flex: 0 0 220px;
|
|
}
|
|
#collector-wrapper {
|
|
flex: 0 1 100%;
|
|
min-width: 0;
|
|
}
|
|
#collector-content {
|
|
margin: 0 0 30px 0;
|
|
padding: 14px 0 14px 20px;
|
|
}
|
|
|
|
#main h2:first-of-type {
|
|
margin-top: 0;
|
|
}
|
|
|
|
";
|
|
// line 458
|
|
echo "#header {
|
|
background-color: #222;
|
|
overflow: hidden;
|
|
}
|
|
#header h1 {
|
|
color: #FFF;
|
|
font-weight: normal;
|
|
font-size: 21px;
|
|
margin: 0;
|
|
padding: 10px 10px 8px;
|
|
}
|
|
#header h1 span {
|
|
color: #CCC;
|
|
}
|
|
#header h1 svg {
|
|
height: 40px;
|
|
width: 40px;
|
|
margin-top: -4px;
|
|
vertical-align: middle;
|
|
}
|
|
#header h1 svg path {
|
|
fill: #FFF;
|
|
}
|
|
#header .search {
|
|
padding-top: 11px;
|
|
}
|
|
#header .search input {
|
|
border: 1px solid #DDD;
|
|
margin-right: 4px;
|
|
padding: 7px 8px;
|
|
width: 200px;
|
|
}
|
|
|
|
";
|
|
// line 493
|
|
echo "#summary .status {
|
|
background: #E0E0E0;
|
|
border: solid rgba(0, 0, 0, 0.1);
|
|
border-width: 2px 0;
|
|
padding: 10px;
|
|
}
|
|
#summary h2,
|
|
#summary h2 a {
|
|
color: #222;
|
|
font-size: 21px;
|
|
margin: 0;
|
|
text-decoration: none;
|
|
}
|
|
#summary h2 a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#summary .status-success { background: ";
|
|
// line 510
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 510, $this->source); })()), "success", [], "any", false, false, false, 510);
|
|
echo "; }
|
|
#summary .status-warning { background: ";
|
|
// line 511
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 511, $this->source); })()), "warning", [], "any", false, false, false, 511);
|
|
echo "; }
|
|
#summary .status-error { background: ";
|
|
// line 512
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 512, $this->source); })()), "error", [], "any", false, false, false, 512);
|
|
echo "; }
|
|
|
|
#summary .status-success h2,
|
|
#summary .status-success a,
|
|
#summary .status-warning h2,
|
|
#summary .status-warning a,
|
|
#summary .status-error h2,
|
|
#summary .status-error a {
|
|
color: #FFF;
|
|
}
|
|
|
|
#summary dl.metadata {
|
|
margin: 5px 0 0;
|
|
color: rgba(255, 255, 255, 0.75);
|
|
}
|
|
#summary dl.metadata dt,
|
|
#summary dl.metadata dd {
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
}
|
|
#summary dl.metadata dt {
|
|
font-weight: bold;
|
|
}
|
|
#summary dl.metadata dt:after {
|
|
content: ':';
|
|
}
|
|
#summary dl.metadata dd {
|
|
margin: 0 1.5em 0 0;
|
|
}
|
|
|
|
#summary dl.metadata .label {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
";
|
|
// line 548
|
|
echo "#sidebar {
|
|
background: #444;
|
|
color: #CCC;
|
|
padding-bottom: 30px;
|
|
position: relative;
|
|
width: 220px;
|
|
z-index: 9999;
|
|
}
|
|
#sidebar .module {
|
|
padding: 10px;
|
|
width: 220px;
|
|
}
|
|
|
|
";
|
|
// line 563
|
|
echo "#sidebar #sidebar-shortcuts {
|
|
background: #333;
|
|
width: 220px;
|
|
}
|
|
#sidebar #sidebar-shortcuts .shortcuts {
|
|
position: relative;
|
|
padding: 16px 10px;
|
|
}
|
|
#sidebar-shortcuts .icon {
|
|
display: block;
|
|
float: left;
|
|
width: 50px;
|
|
margin: 2px 0 0 -10px;
|
|
text-align: center;
|
|
}
|
|
#sidebar #sidebar-shortcuts .btn {
|
|
color: #F5F5F5;
|
|
}
|
|
#sidebar #sidebar-shortcuts .btn + .btn {
|
|
margin-left: 5px;
|
|
}
|
|
#sidebar #sidebar-shortcuts .btn {
|
|
padding: .5em;
|
|
}
|
|
|
|
";
|
|
// line 590
|
|
echo "#sidebar-search .form-group:first-of-type {
|
|
padding-top: 20px;
|
|
}
|
|
#sidebar-search .form-group {
|
|
clear: both;
|
|
overflow: hidden;
|
|
padding-bottom: 10px;
|
|
}
|
|
#sidebar-search .form-group label {
|
|
float: left;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
width: 60px;
|
|
}
|
|
#sidebar-search .form-group input,
|
|
#sidebar-search .form-group select {
|
|
float: left;
|
|
font-size: 13px;
|
|
padding: 3px 6px;
|
|
}
|
|
#sidebar-search .form-group input {
|
|
background: #CCC;
|
|
border: 1px solid #999;
|
|
color: #222;
|
|
width: 120px;
|
|
}
|
|
#sidebar-search .form-group select {
|
|
color: #222;
|
|
}
|
|
#sidebar-search .form-group .btn {
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
";
|
|
// line 626
|
|
echo "#menu-profiler {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
#menu-profiler li {
|
|
position: relative;
|
|
margin-bottom: 0;
|
|
}
|
|
#menu-profiler li a {
|
|
border: solid transparent;
|
|
border-width: 2px 0;
|
|
color: #CCC;
|
|
display: block;
|
|
}
|
|
#menu-profiler li a:hover {
|
|
text-decoration: none;
|
|
}
|
|
#menu-profiler li a .label {
|
|
background: transparent;
|
|
color: #EEE;
|
|
display: block;
|
|
padding: 8px 10px 8px 50px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
#menu-profiler li a .label .icon {
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 8px;
|
|
width: 50px;
|
|
text-align: center;
|
|
}
|
|
#menu-profiler .label .icon img,
|
|
#menu-profiler .label .icon svg {
|
|
height: 24px;
|
|
max-width: 24px;
|
|
}
|
|
#menu-profiler li a .label .icon svg path {
|
|
fill: #DDD;
|
|
}
|
|
#menu-profiler li a .label strong {
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
#menu-profiler li a .label.disabled {
|
|
opacity: .25;
|
|
}
|
|
#menu-profiler li a:hover .label.disabled,
|
|
#menu-profiler li.selected a .label.disabled {
|
|
opacity: 1;
|
|
}
|
|
|
|
#menu-profiler li.selected a,
|
|
#menu-profiler:hover li.selected a:hover,
|
|
#menu-profiler li a:hover {
|
|
background: #666;
|
|
border: solid #555;
|
|
border-width: 2px 0;
|
|
}
|
|
#menu-profiler li.selected a .label,
|
|
#menu-profiler li a:hover .label {
|
|
color: #FFF;
|
|
}
|
|
#menu-profiler li.selected a .icon svg path,
|
|
#menu-profiler li a:hover .icon svg path {
|
|
fill: #FFF;
|
|
}
|
|
|
|
#menu-profiler li a .count {
|
|
background-color: #666;
|
|
color: #FFF;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
min-width: 10px;
|
|
padding: 2px 6px;
|
|
position: absolute;
|
|
right: 10px;
|
|
text-align: center;
|
|
vertical-align: baseline;
|
|
white-space: nowrap;
|
|
}
|
|
#menu-profiler li a span.count span {
|
|
font-size: 12px;
|
|
|
|
}
|
|
#menu-profiler li a span.count span + span::before {
|
|
content: \" / \";
|
|
color: #AAA;
|
|
}
|
|
|
|
#menu-profiler .label-status-warning .count {
|
|
background: ";
|
|
// line 719
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 719, $this->source); })()), "warning", [], "any", false, false, false, 719);
|
|
echo ";
|
|
}
|
|
#menu-profiler .label-status-error .count {
|
|
background: ";
|
|
// line 722
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["colors"]) || array_key_exists("colors", $context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.', 722, $this->source); })()), "error", [], "any", false, false, false, 722);
|
|
echo ";
|
|
}
|
|
|
|
";
|
|
// line 727
|
|
echo "#timeline-control {
|
|
background: #FFF;
|
|
margin: 1em 0;
|
|
padding: 10px;
|
|
}
|
|
#timeline-control label {
|
|
font-weight: bold;
|
|
margin-right: 1em;
|
|
}
|
|
#timeline-control input {
|
|
font-size: 16px;
|
|
padding: 4px;
|
|
text-align: right;
|
|
width: 40px;
|
|
}
|
|
#timeline-control .help {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.sf-profiler-timeline .legends {
|
|
font-size: 12px;
|
|
line-height: 1.5em;
|
|
}
|
|
.sf-profiler-timeline .legends span {
|
|
border-left: solid 14px;
|
|
padding: 0 10px 0 5px;
|
|
}
|
|
.sf-profiler-timeline canvas {
|
|
border: 1px solid #DDD;
|
|
background: #FFF;
|
|
margin: .5em 0;
|
|
}
|
|
.sf-profiler-timeline + p.help {
|
|
margin-top: 0;
|
|
}
|
|
|
|
";
|
|
// line 765
|
|
echo ".tab-navigation {
|
|
margin: 0 0 1em 0;
|
|
padding: 0;
|
|
}
|
|
.tab-navigation li {
|
|
background: #FFF;
|
|
border: 1px solid #DDD;
|
|
color: #444;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 0 0 0 -1px;
|
|
padding: .5em .75em;
|
|
z-index: 1;
|
|
}
|
|
.tab-navigation li:hover {
|
|
background: #EEE;
|
|
}
|
|
.tab-navigation li .badge {
|
|
background-color: #F5F5F5;
|
|
color: #777;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-left: 8px;
|
|
min-width: 10px;
|
|
padding: 1px 6px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
.tab-navigation li:hover .badge {
|
|
background: #FAFAFA;
|
|
color: #777;
|
|
}
|
|
.tab-navigation li.disabled {
|
|
background: #F5F5F5;
|
|
color: #999;
|
|
}
|
|
.tab-navigation li.active {
|
|
background: #666;
|
|
border-color: #666;
|
|
color: #FAFAFA;
|
|
z-index: 1100;
|
|
}
|
|
.tab-navigation li.active .badge {
|
|
background-color: #444;
|
|
color: #FFF;
|
|
}
|
|
.tab-content > *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
";
|
|
// line 819
|
|
echo ".sf-toggle-content {
|
|
-moz-transition: display .25s ease;
|
|
-webkit-transition: display .25s ease;
|
|
transition: display .25s ease;
|
|
}
|
|
.sf-toggle-content.sf-toggle-hidden {
|
|
display: none;
|
|
}
|
|
.sf-toggle-content.sf-toggle-visible {
|
|
display: block;
|
|
}
|
|
|
|
";
|
|
// line 833
|
|
echo "#twig-dump pre {
|
|
font-size: 12px;
|
|
line-height: 1.7;
|
|
}
|
|
#twig-dump span {
|
|
border-radius: 2px;
|
|
padding: 1px 2px;
|
|
}
|
|
#twig-dump .status-error { background: transparent; color: #B0413E; }
|
|
#twig-dump .status-warning { background: rgba(240, 181, 24, 0.3); }
|
|
#twig-dump .status-success { background: rgba(100, 189, 99, 0.2); }
|
|
|
|
";
|
|
// line 847
|
|
echo "table.logs .metadata {
|
|
color: #777;
|
|
display: block;
|
|
font-size: 12px;
|
|
padding-top: 4px;
|
|
}
|
|
table.logs .metadata strong {
|
|
color: #222;
|
|
}
|
|
table.logs .metadata .context {
|
|
background: #F5F5F5;
|
|
color: #222;
|
|
}
|
|
table.logs .metadata .context pre {
|
|
margin: 5px 0;
|
|
padding: 5px 10px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
table.logs .sf-call-stack {
|
|
margin: 1em 0 1em 1.5em;
|
|
}
|
|
table.logs .sf-call-stack li {
|
|
margin-bottom: 5px;
|
|
}
|
|
table.logs .sf-call-stack abbr {
|
|
border: none;
|
|
}
|
|
|
|
";
|
|
// line 878
|
|
echo ".sql-runnable {
|
|
background: #F5F5F5;
|
|
margin: .5em 0;
|
|
padding: 1em;
|
|
}
|
|
.queries-table pre {
|
|
";
|
|
// line 884
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 884, $this->source); })()), "break_long_words", [], "any", false, false, false, 884);
|
|
echo "
|
|
margin: 0;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
";
|
|
// line 891
|
|
echo "#collector-content .sf-dump {
|
|
margin-bottom: 2em;
|
|
}
|
|
#collector-content pre.sf-dump,
|
|
#collector-content .sf-dump code,
|
|
#collector-content .sf-dump samp {
|
|
";
|
|
// line 897
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 897, $this->source); })()), "monospace_font", [], "any", false, false, false, 897);
|
|
echo "
|
|
}
|
|
#collector-content pre.sf-dump {
|
|
background: #222;
|
|
line-height: 1.4;
|
|
margin-top: .5em;
|
|
padding: 1em;
|
|
}
|
|
#collector-content .sf-dump h3 {
|
|
font-size: 18px;
|
|
margin: .5em 0 0;
|
|
}
|
|
#collector-content .sf-dump h3 a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#collector-content pre.sf-dump { color: #CC7832; }
|
|
#collector-content .sf-dump-str { color: #629755; }
|
|
#collector-content .sf-dump-private,
|
|
#collector-content .sf-dump-protected,
|
|
#collector-content .sf-dump-public { color: #E0E0E0; }
|
|
#collector-content .sf-dump-note { color: #6897BB; }
|
|
#collector-content .sf-dump-key { color: #A5C261; }
|
|
|
|
#collector-content .sf-dump .trace {
|
|
border: 1px solid #DDD;
|
|
background: #FFF;
|
|
padding: 10px;
|
|
margin: 1em 0;
|
|
}
|
|
#collector-content .sf-dump .trace {
|
|
font-size: 12px;
|
|
}
|
|
#collector-content .sf-dump .trace code {
|
|
font-size: 14px;
|
|
}
|
|
#collector-content .sf-dump .trace li {
|
|
margin-bottom: 0;
|
|
padding: 5px 0;
|
|
}
|
|
#collector-content .sf-dump .trace li.selected {
|
|
background: rgba(255, 255, 153, 0.5);
|
|
}
|
|
|
|
";
|
|
// line 943
|
|
echo "#search-results td {
|
|
";
|
|
// line 944
|
|
echo twig_get_attribute($this->env, $this->source, (isset($context["mixins"]) || array_key_exists("mixins", $context) ? $context["mixins"] : (function () { throw new RuntimeError('Variable "mixins" does not exist.', 944, $this->source); })()), "sans_serif_font", [], "any", false, false, false, 944);
|
|
echo "
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#search-results .sf-search {
|
|
visibility: hidden;
|
|
margin-left: 2px;
|
|
}
|
|
#search-results tr:hover .sf-search {
|
|
visibility: visible;
|
|
}
|
|
|
|
";
|
|
// line 958
|
|
echo "
|
|
.visible-small {
|
|
display: none;
|
|
}
|
|
.hidden-small {
|
|
display: inherit;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#sidebar {
|
|
flex-basis: 50px;
|
|
overflow-x: hidden;
|
|
transition: flex-basis 200ms ease-out;
|
|
}
|
|
#sidebar:hover, #sidebar.expanded {
|
|
flex-basis: 220px;
|
|
}
|
|
|
|
#sidebar-search {
|
|
display: none;
|
|
}
|
|
#sidebar:hover #sidebar-search.sf-toggle-visible, #sidebar.expanded #sidebar-search.sf-toggle-visible {
|
|
display: block;
|
|
}
|
|
|
|
#sidebar .module {
|
|
display: none;
|
|
}
|
|
#sidebar:hover .module, #sidebar.expanded .module {
|
|
display: block;
|
|
}
|
|
|
|
.visible-small {
|
|
display: inherit;
|
|
}
|
|
.hidden-small {
|
|
display: none;
|
|
}
|
|
|
|
.btn-sm svg {
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
";
|
|
|
|
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
|
|
|
|
}
|
|
|
|
public function getTemplateName()
|
|
{
|
|
return "@WebProfiler/Profiler/profiler.css.twig";
|
|
}
|
|
|
|
public function isTraitable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 1062 => 958, 1047 => 944, 1044 => 943, 997 => 897, 989 => 891, 981 => 884, 973 => 878, 942 => 847, 928 => 833, 914 => 819, 860 => 765, 822 => 727, 816 => 722, 810 => 719, 715 => 626, 679 => 590, 652 => 563, 637 => 548, 600 => 512, 596 => 511, 592 => 510, 573 => 493, 538 => 458, 497 => 417, 471 => 391, 454 => 374, 448 => 369, 442 => 366, 419 => 345, 399 => 326, 396 => 325, 392 => 321, 335 => 266, 323 => 256, 318 => 252, 314 => 251, 310 => 250, 279 => 222, 258 => 204, 243 => 191, 229 => 178, 220 => 172, 195 => 150, 186 => 143, 147 => 105, 144 => 104, 138 => 99, 65 => 29, 54 => 20, 50 => 16, 47 => 12, 45 => 11, 42 => 9, 40 => 3,);
|
|
}
|
|
|
|
public function getSourceContext()
|
|
{
|
|
return new Source("{# Mixins
|
|
========================================================================= #}
|
|
{% set mixins = {
|
|
'break_long_words': '-ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;',
|
|
'monospace_font': 'font-family: monospace; font-size: 13px; font-size-adjust: 0.5;',
|
|
'sans_serif_font': 'font-family: Helvetica, Arial, sans-serif;',
|
|
'subtle_border_and_shadow': 'background: #FFF; border: 1px solid #E0E0E0; box-shadow: 0px 0px 1px rgba(128, 128, 128, .2);'
|
|
} %}
|
|
|
|
{# when updating any of these colors, do the same in toolbar.css.twig #}
|
|
{% set colors = { 'success': '#4F805D', 'warning': '#A46A1F', 'error': '#B0413E' } %}
|
|
|
|
{# Normalization
|
|
(normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css)
|
|
========================================================================= #}
|
|
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
|
|
|
|
{# Basic styles
|
|
========================================================================= #}
|
|
html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
body {
|
|
background-color: #F9F9F9;
|
|
color: #222;
|
|
display: flex;
|
|
flex-direction: column;
|
|
{{ mixins.sans_serif_font|raw }}
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
h2, h3, h4 {
|
|
font-weight: 500;
|
|
margin: 1.5em 0 .5em;
|
|
}
|
|
h2 + h3,
|
|
h3 + h4 {
|
|
margin-top: 1em;
|
|
}
|
|
h2 {
|
|
font-size: 24px;
|
|
}
|
|
h3 {
|
|
font-size: 21px;
|
|
}
|
|
h4 {
|
|
font-size: 18px;
|
|
}
|
|
h2 span, h3 span, h4 span,
|
|
h2 small, h3 small, h4 small {
|
|
color: #999;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
p {
|
|
font-size: 16px;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
a {
|
|
color: #218BC3;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
a.link-inverse {
|
|
text-decoration: underline;
|
|
}
|
|
a.link-inverse:hover {
|
|
text-decoration: none;
|
|
}
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
h2 a,
|
|
h3 a,
|
|
h4 a {
|
|
text-decoration: underline;
|
|
}
|
|
h2 a:hover,
|
|
h3 a:hover,
|
|
h4 a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
abbr {
|
|
border-bottom: 1px dotted #444;
|
|
cursor: help;
|
|
}
|
|
|
|
code, pre {
|
|
{{ mixins.monospace_font|raw }}
|
|
}
|
|
|
|
{# Buttons
|
|
------------------------------------------------------------------------- #}
|
|
button {
|
|
{{ mixins.sans_serif_font|raw }}
|
|
}
|
|
.btn {
|
|
background: #777;
|
|
border-radius: 2px;
|
|
border: 0;
|
|
color: #F5F5F5;
|
|
display: inline-block;
|
|
padding: .5em .75em;
|
|
}
|
|
.btn:hover {
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
text-decoration: none;
|
|
}
|
|
.btn-sm {
|
|
font-size: 12px;
|
|
}
|
|
.btn-sm svg {
|
|
height: 16px;
|
|
width: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
.btn-link {
|
|
border-color: transparent;
|
|
color: #218BC3;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
outline: none;
|
|
border: 0;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
}
|
|
.btn-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
{# Tables
|
|
------------------------------------------------------------------------- #}
|
|
table, tr, th, td {
|
|
background: #FFF;
|
|
border-collapse: collapse;
|
|
line-height: 1.5;
|
|
vertical-align: top;
|
|
}
|
|
table {
|
|
{{ mixins.subtle_border_and_shadow|raw }};
|
|
margin: 1em 0;
|
|
width: 100%;
|
|
}
|
|
|
|
table th, table td {
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
table th {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
table thead th {
|
|
background-color: #E0E0E0;
|
|
}
|
|
table thead th.key {
|
|
width: 19%;
|
|
}
|
|
|
|
table tbody th,
|
|
table tbody td {
|
|
{{ mixins.monospace_font|raw }}
|
|
border: 1px solid #E0E0E0;
|
|
border-width: 1px 0;
|
|
}
|
|
|
|
table tbody td {
|
|
{{ mixins.break_long_words|raw }}
|
|
}
|
|
|
|
table tbody div {
|
|
margin: .25em 0;
|
|
}
|
|
table tbody ul {
|
|
margin: 0;
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
{# Utility classes
|
|
========================================================================= #}
|
|
.block {
|
|
display: block;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.nowrap {
|
|
white-space: pre;
|
|
}
|
|
.newline {
|
|
display: block;
|
|
}
|
|
.break-long-words {
|
|
{{ mixins.break_long_words|raw }}
|
|
}
|
|
.text-small {
|
|
font-size: 12px !important;
|
|
}
|
|
.text-muted {
|
|
color: #999;
|
|
}
|
|
.text-bold {
|
|
font-weight: bold;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.font-normal {
|
|
{{ mixins.sans_serif_font|raw }}
|
|
font-size: 14px;
|
|
}
|
|
.help {
|
|
color: #999;
|
|
font-size: 14px;
|
|
margin-bottom: .5em;
|
|
}
|
|
.empty {
|
|
border: 4px dashed #E0E0E0;
|
|
color: #999;
|
|
margin: 1em 0;
|
|
padding: .5em 2em;
|
|
}
|
|
|
|
.label {
|
|
background-color: #666;
|
|
color: #FAFAFA;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding: 3px 7px;
|
|
white-space: nowrap;
|
|
}
|
|
.label.same-width {
|
|
min-width: 70px;
|
|
text-align: center;
|
|
}
|
|
.label.status-success { background: {{ colors.success|raw }}; color: #FFF; }
|
|
.label.status-warning { background: {{ colors.warning|raw }}; color: #FFF; }
|
|
.label.status-error { background: {{ colors.error|raw }}; color: #FFF; }
|
|
|
|
{# Metrics
|
|
------------------------------------------------------------------------- #}
|
|
.metrics {
|
|
margin: 1em 0 0;
|
|
overflow: auto;
|
|
}
|
|
.metrics .metric {
|
|
float: left;
|
|
margin: 0 1em 1em 0;
|
|
}
|
|
|
|
.metric {
|
|
{{ mixins.subtle_border_and_shadow|raw }};
|
|
min-width: 100px;
|
|
min-height: 70px;
|
|
}
|
|
.metric .value {
|
|
display: block;
|
|
font-size: 28px;
|
|
padding: 8px 15px 4px;
|
|
text-align: center;
|
|
}
|
|
.metric .value svg {
|
|
margin: 5px 0 -5px;
|
|
}
|
|
.metric .unit {
|
|
color: #999;
|
|
font-size: 18px;
|
|
margin-left: -4px;
|
|
}
|
|
.metric .label {
|
|
background: #E0E0E0;
|
|
color: #222;
|
|
display: block;
|
|
font-size: 12px;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.metrics-horizontal .metric {
|
|
min-height: 0;
|
|
min-width: 0;
|
|
}
|
|
.metrics-horizontal .metric .value,
|
|
.metrics-horizontal .metric .label {
|
|
display: inline;
|
|
padding: 2px 6px;
|
|
}
|
|
.metrics-horizontal .metric .label {
|
|
display: inline-block;
|
|
padding: 6px;
|
|
}
|
|
.metrics-horizontal .metric .value {
|
|
font-size: 16px;
|
|
}
|
|
.metrics-horizontal .metric .value svg {
|
|
max-height: 14px;
|
|
line-height: 10px;
|
|
margin: 0;
|
|
padding-left: 4px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.metric-divider {
|
|
float: left;
|
|
margin: 0 1em;
|
|
min-height: 1px; {# required to apply 'margin' to an empty 'div' #}
|
|
}
|
|
|
|
{# Cards
|
|
------------------------------------------------------------------------- #}
|
|
.card {
|
|
{{ mixins.subtle_border_and_shadow|raw }};
|
|
margin: 1em 0;
|
|
padding: 10px;
|
|
}
|
|
.card-block + .card-block {
|
|
border-top: 1px solid #E0E0E0;
|
|
padding-top: 10px;
|
|
}
|
|
.card *:first-child,
|
|
.card-block *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.card .label {
|
|
background-color: #EEE;
|
|
color: #222;
|
|
}
|
|
|
|
{# Status
|
|
------------------------------------------------------------------------- #}
|
|
.status-success {
|
|
background: rgba(94, 151, 110, 0.3);
|
|
}
|
|
.status-warning {
|
|
background: rgba(240, 181, 24, 0.3);
|
|
}
|
|
.status-error {
|
|
background: rgba(176, 65, 62, 0.2);
|
|
}
|
|
.status-success td,
|
|
.status-warning td,
|
|
.status-error td {
|
|
background: transparent;
|
|
}
|
|
tr.status-error td,
|
|
tr.status-warning td {
|
|
border-bottom: 1px solid #FAFAFA;
|
|
border-top: 1px solid #FAFAFA;
|
|
}
|
|
|
|
.status-warning .colored {
|
|
color: {{ colors.warning|raw }};
|
|
}
|
|
.status-error .colored {
|
|
color: {{ colors.error|raw }};
|
|
}
|
|
|
|
{# Syntax highlighting
|
|
========================================================================= #}
|
|
.highlight pre {
|
|
margin: 0;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.highlight .keyword { color: #8959A8; font-weight: bold; }
|
|
.highlight .word { color: #222222; }
|
|
.highlight .variable { color: #916319; }
|
|
.highlight .symbol { color: #222222; }
|
|
.highlight .comment { color: #999999; }
|
|
.highlight .backtick { color: #718C00; }
|
|
.highlight .string { color: #718C00; }
|
|
.highlight .number { color: #F5871F; font-weight: bold; }
|
|
.highlight .error { color: #C82829; }
|
|
|
|
{# Icons
|
|
========================================================================= #}
|
|
.sf-icon {
|
|
vertical-align: middle;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
}
|
|
.sf-icon svg {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.sf-icon.sf-medium,
|
|
.sf-icon.sf-medium svg {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
.sf-icon.sf-large,
|
|
.sf-icon.sf-large svg {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
|
|
{# Layout
|
|
========================================================================= #}
|
|
.container {
|
|
max-width: 1300px;
|
|
padding-right: 15px;
|
|
}
|
|
#header {
|
|
flex: 0 0 auto;
|
|
}
|
|
#header .container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
#summary {
|
|
flex: 0 0 auto;
|
|
}
|
|
#content {
|
|
height: 100%;
|
|
}
|
|
#main {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
min-height: 100%;
|
|
}
|
|
#sidebar {
|
|
flex: 0 0 220px;
|
|
}
|
|
#collector-wrapper {
|
|
flex: 0 1 100%;
|
|
min-width: 0;
|
|
}
|
|
#collector-content {
|
|
margin: 0 0 30px 0;
|
|
padding: 14px 0 14px 20px;
|
|
}
|
|
|
|
#main h2:first-of-type {
|
|
margin-top: 0;
|
|
}
|
|
|
|
{# Header
|
|
========================================================================= #}
|
|
#header {
|
|
background-color: #222;
|
|
overflow: hidden;
|
|
}
|
|
#header h1 {
|
|
color: #FFF;
|
|
font-weight: normal;
|
|
font-size: 21px;
|
|
margin: 0;
|
|
padding: 10px 10px 8px;
|
|
}
|
|
#header h1 span {
|
|
color: #CCC;
|
|
}
|
|
#header h1 svg {
|
|
height: 40px;
|
|
width: 40px;
|
|
margin-top: -4px;
|
|
vertical-align: middle;
|
|
}
|
|
#header h1 svg path {
|
|
fill: #FFF;
|
|
}
|
|
#header .search {
|
|
padding-top: 11px;
|
|
}
|
|
#header .search input {
|
|
border: 1px solid #DDD;
|
|
margin-right: 4px;
|
|
padding: 7px 8px;
|
|
width: 200px;
|
|
}
|
|
|
|
{# Summary
|
|
========================================================================= #}
|
|
#summary .status {
|
|
background: #E0E0E0;
|
|
border: solid rgba(0, 0, 0, 0.1);
|
|
border-width: 2px 0;
|
|
padding: 10px;
|
|
}
|
|
#summary h2,
|
|
#summary h2 a {
|
|
color: #222;
|
|
font-size: 21px;
|
|
margin: 0;
|
|
text-decoration: none;
|
|
}
|
|
#summary h2 a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#summary .status-success { background: {{ colors.success|raw }}; }
|
|
#summary .status-warning { background: {{ colors.warning|raw }}; }
|
|
#summary .status-error { background: {{ colors.error|raw }}; }
|
|
|
|
#summary .status-success h2,
|
|
#summary .status-success a,
|
|
#summary .status-warning h2,
|
|
#summary .status-warning a,
|
|
#summary .status-error h2,
|
|
#summary .status-error a {
|
|
color: #FFF;
|
|
}
|
|
|
|
#summary dl.metadata {
|
|
margin: 5px 0 0;
|
|
color: rgba(255, 255, 255, 0.75);
|
|
}
|
|
#summary dl.metadata dt,
|
|
#summary dl.metadata dd {
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
}
|
|
#summary dl.metadata dt {
|
|
font-weight: bold;
|
|
}
|
|
#summary dl.metadata dt:after {
|
|
content: ':';
|
|
}
|
|
#summary dl.metadata dd {
|
|
margin: 0 1.5em 0 0;
|
|
}
|
|
|
|
#summary dl.metadata .label {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
{# Sidebar
|
|
========================================================================= #}
|
|
#sidebar {
|
|
background: #444;
|
|
color: #CCC;
|
|
padding-bottom: 30px;
|
|
position: relative;
|
|
width: 220px;
|
|
z-index: 9999;
|
|
}
|
|
#sidebar .module {
|
|
padding: 10px;
|
|
width: 220px;
|
|
}
|
|
|
|
{# Sidebar Shortcuts
|
|
------------------------------------------------------------------------- #}
|
|
#sidebar #sidebar-shortcuts {
|
|
background: #333;
|
|
width: 220px;
|
|
}
|
|
#sidebar #sidebar-shortcuts .shortcuts {
|
|
position: relative;
|
|
padding: 16px 10px;
|
|
}
|
|
#sidebar-shortcuts .icon {
|
|
display: block;
|
|
float: left;
|
|
width: 50px;
|
|
margin: 2px 0 0 -10px;
|
|
text-align: center;
|
|
}
|
|
#sidebar #sidebar-shortcuts .btn {
|
|
color: #F5F5F5;
|
|
}
|
|
#sidebar #sidebar-shortcuts .btn + .btn {
|
|
margin-left: 5px;
|
|
}
|
|
#sidebar #sidebar-shortcuts .btn {
|
|
padding: .5em;
|
|
}
|
|
|
|
{# Sidebar Search
|
|
------------------------------------------------------------------------- #}
|
|
#sidebar-search .form-group:first-of-type {
|
|
padding-top: 20px;
|
|
}
|
|
#sidebar-search .form-group {
|
|
clear: both;
|
|
overflow: hidden;
|
|
padding-bottom: 10px;
|
|
}
|
|
#sidebar-search .form-group label {
|
|
float: left;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
width: 60px;
|
|
}
|
|
#sidebar-search .form-group input,
|
|
#sidebar-search .form-group select {
|
|
float: left;
|
|
font-size: 13px;
|
|
padding: 3px 6px;
|
|
}
|
|
#sidebar-search .form-group input {
|
|
background: #CCC;
|
|
border: 1px solid #999;
|
|
color: #222;
|
|
width: 120px;
|
|
}
|
|
#sidebar-search .form-group select {
|
|
color: #222;
|
|
}
|
|
#sidebar-search .form-group .btn {
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
{# Sidebar Menu
|
|
------------------------------------------------------------------------- #}
|
|
#menu-profiler {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
#menu-profiler li {
|
|
position: relative;
|
|
margin-bottom: 0;
|
|
}
|
|
#menu-profiler li a {
|
|
border: solid transparent;
|
|
border-width: 2px 0;
|
|
color: #CCC;
|
|
display: block;
|
|
}
|
|
#menu-profiler li a:hover {
|
|
text-decoration: none;
|
|
}
|
|
#menu-profiler li a .label {
|
|
background: transparent;
|
|
color: #EEE;
|
|
display: block;
|
|
padding: 8px 10px 8px 50px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
#menu-profiler li a .label .icon {
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 8px;
|
|
width: 50px;
|
|
text-align: center;
|
|
}
|
|
#menu-profiler .label .icon img,
|
|
#menu-profiler .label .icon svg {
|
|
height: 24px;
|
|
max-width: 24px;
|
|
}
|
|
#menu-profiler li a .label .icon svg path {
|
|
fill: #DDD;
|
|
}
|
|
#menu-profiler li a .label strong {
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
#menu-profiler li a .label.disabled {
|
|
opacity: .25;
|
|
}
|
|
#menu-profiler li a:hover .label.disabled,
|
|
#menu-profiler li.selected a .label.disabled {
|
|
opacity: 1;
|
|
}
|
|
|
|
#menu-profiler li.selected a,
|
|
#menu-profiler:hover li.selected a:hover,
|
|
#menu-profiler li a:hover {
|
|
background: #666;
|
|
border: solid #555;
|
|
border-width: 2px 0;
|
|
}
|
|
#menu-profiler li.selected a .label,
|
|
#menu-profiler li a:hover .label {
|
|
color: #FFF;
|
|
}
|
|
#menu-profiler li.selected a .icon svg path,
|
|
#menu-profiler li a:hover .icon svg path {
|
|
fill: #FFF;
|
|
}
|
|
|
|
#menu-profiler li a .count {
|
|
background-color: #666;
|
|
color: #FFF;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
min-width: 10px;
|
|
padding: 2px 6px;
|
|
position: absolute;
|
|
right: 10px;
|
|
text-align: center;
|
|
vertical-align: baseline;
|
|
white-space: nowrap;
|
|
}
|
|
#menu-profiler li a span.count span {
|
|
font-size: 12px;
|
|
|
|
}
|
|
#menu-profiler li a span.count span + span::before {
|
|
content: \" / \";
|
|
color: #AAA;
|
|
}
|
|
|
|
#menu-profiler .label-status-warning .count {
|
|
background: {{ colors.warning|raw }};
|
|
}
|
|
#menu-profiler .label-status-error .count {
|
|
background: {{ colors.error|raw }};
|
|
}
|
|
|
|
{# Timeline panel
|
|
========================================================================= #}
|
|
#timeline-control {
|
|
background: #FFF;
|
|
margin: 1em 0;
|
|
padding: 10px;
|
|
}
|
|
#timeline-control label {
|
|
font-weight: bold;
|
|
margin-right: 1em;
|
|
}
|
|
#timeline-control input {
|
|
font-size: 16px;
|
|
padding: 4px;
|
|
text-align: right;
|
|
width: 40px;
|
|
}
|
|
#timeline-control .help {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.sf-profiler-timeline .legends {
|
|
font-size: 12px;
|
|
line-height: 1.5em;
|
|
}
|
|
.sf-profiler-timeline .legends span {
|
|
border-left: solid 14px;
|
|
padding: 0 10px 0 5px;
|
|
}
|
|
.sf-profiler-timeline canvas {
|
|
border: 1px solid #DDD;
|
|
background: #FFF;
|
|
margin: .5em 0;
|
|
}
|
|
.sf-profiler-timeline + p.help {
|
|
margin-top: 0;
|
|
}
|
|
|
|
{# Tabbed navigation
|
|
========================================================================= #}
|
|
.tab-navigation {
|
|
margin: 0 0 1em 0;
|
|
padding: 0;
|
|
}
|
|
.tab-navigation li {
|
|
background: #FFF;
|
|
border: 1px solid #DDD;
|
|
color: #444;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 0 0 0 -1px;
|
|
padding: .5em .75em;
|
|
z-index: 1;
|
|
}
|
|
.tab-navigation li:hover {
|
|
background: #EEE;
|
|
}
|
|
.tab-navigation li .badge {
|
|
background-color: #F5F5F5;
|
|
color: #777;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-left: 8px;
|
|
min-width: 10px;
|
|
padding: 1px 6px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
.tab-navigation li:hover .badge {
|
|
background: #FAFAFA;
|
|
color: #777;
|
|
}
|
|
.tab-navigation li.disabled {
|
|
background: #F5F5F5;
|
|
color: #999;
|
|
}
|
|
.tab-navigation li.active {
|
|
background: #666;
|
|
border-color: #666;
|
|
color: #FAFAFA;
|
|
z-index: 1100;
|
|
}
|
|
.tab-navigation li.active .badge {
|
|
background-color: #444;
|
|
color: #FFF;
|
|
}
|
|
.tab-content > *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
{# Toggles
|
|
========================================================================= #}
|
|
.sf-toggle-content {
|
|
-moz-transition: display .25s ease;
|
|
-webkit-transition: display .25s ease;
|
|
transition: display .25s ease;
|
|
}
|
|
.sf-toggle-content.sf-toggle-hidden {
|
|
display: none;
|
|
}
|
|
.sf-toggle-content.sf-toggle-visible {
|
|
display: block;
|
|
}
|
|
|
|
{# Twig panel
|
|
========================================================================= #}
|
|
#twig-dump pre {
|
|
font-size: 12px;
|
|
line-height: 1.7;
|
|
}
|
|
#twig-dump span {
|
|
border-radius: 2px;
|
|
padding: 1px 2px;
|
|
}
|
|
#twig-dump .status-error { background: transparent; color: #B0413E; }
|
|
#twig-dump .status-warning { background: rgba(240, 181, 24, 0.3); }
|
|
#twig-dump .status-success { background: rgba(100, 189, 99, 0.2); }
|
|
|
|
{# Logger panel
|
|
========================================================================= #}
|
|
table.logs .metadata {
|
|
color: #777;
|
|
display: block;
|
|
font-size: 12px;
|
|
padding-top: 4px;
|
|
}
|
|
table.logs .metadata strong {
|
|
color: #222;
|
|
}
|
|
table.logs .metadata .context {
|
|
background: #F5F5F5;
|
|
color: #222;
|
|
}
|
|
table.logs .metadata .context pre {
|
|
margin: 5px 0;
|
|
padding: 5px 10px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
table.logs .sf-call-stack {
|
|
margin: 1em 0 1em 1.5em;
|
|
}
|
|
table.logs .sf-call-stack li {
|
|
margin-bottom: 5px;
|
|
}
|
|
table.logs .sf-call-stack abbr {
|
|
border: none;
|
|
}
|
|
|
|
{# Doctrine panel
|
|
========================================================================= #}
|
|
.sql-runnable {
|
|
background: #F5F5F5;
|
|
margin: .5em 0;
|
|
padding: 1em;
|
|
}
|
|
.queries-table pre {
|
|
{{ mixins.break_long_words|raw }}
|
|
margin: 0;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
{# Dump panel
|
|
========================================================================= #}
|
|
#collector-content .sf-dump {
|
|
margin-bottom: 2em;
|
|
}
|
|
#collector-content pre.sf-dump,
|
|
#collector-content .sf-dump code,
|
|
#collector-content .sf-dump samp {
|
|
{{ mixins.monospace_font|raw }}
|
|
}
|
|
#collector-content pre.sf-dump {
|
|
background: #222;
|
|
line-height: 1.4;
|
|
margin-top: .5em;
|
|
padding: 1em;
|
|
}
|
|
#collector-content .sf-dump h3 {
|
|
font-size: 18px;
|
|
margin: .5em 0 0;
|
|
}
|
|
#collector-content .sf-dump h3 a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#collector-content pre.sf-dump { color: #CC7832; }
|
|
#collector-content .sf-dump-str { color: #629755; }
|
|
#collector-content .sf-dump-private,
|
|
#collector-content .sf-dump-protected,
|
|
#collector-content .sf-dump-public { color: #E0E0E0; }
|
|
#collector-content .sf-dump-note { color: #6897BB; }
|
|
#collector-content .sf-dump-key { color: #A5C261; }
|
|
|
|
#collector-content .sf-dump .trace {
|
|
border: 1px solid #DDD;
|
|
background: #FFF;
|
|
padding: 10px;
|
|
margin: 1em 0;
|
|
}
|
|
#collector-content .sf-dump .trace {
|
|
font-size: 12px;
|
|
}
|
|
#collector-content .sf-dump .trace code {
|
|
font-size: 14px;
|
|
}
|
|
#collector-content .sf-dump .trace li {
|
|
margin-bottom: 0;
|
|
padding: 5px 0;
|
|
}
|
|
#collector-content .sf-dump .trace li.selected {
|
|
background: rgba(255, 255, 153, 0.5);
|
|
}
|
|
|
|
{# Search Results page
|
|
========================================================================= #}
|
|
#search-results td {
|
|
{{ mixins.sans_serif_font|raw }}
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#search-results .sf-search {
|
|
visibility: hidden;
|
|
margin-left: 2px;
|
|
}
|
|
#search-results tr:hover .sf-search {
|
|
visibility: visible;
|
|
}
|
|
|
|
{# Small screens
|
|
========================================================================= #}
|
|
|
|
.visible-small {
|
|
display: none;
|
|
}
|
|
.hidden-small {
|
|
display: inherit;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#sidebar {
|
|
flex-basis: 50px;
|
|
overflow-x: hidden;
|
|
transition: flex-basis 200ms ease-out;
|
|
}
|
|
#sidebar:hover, #sidebar.expanded {
|
|
flex-basis: 220px;
|
|
}
|
|
|
|
#sidebar-search {
|
|
display: none;
|
|
}
|
|
#sidebar:hover #sidebar-search.sf-toggle-visible, #sidebar.expanded #sidebar-search.sf-toggle-visible {
|
|
display: block;
|
|
}
|
|
|
|
#sidebar .module {
|
|
display: none;
|
|
}
|
|
#sidebar:hover .module, #sidebar.expanded .module {
|
|
display: block;
|
|
}
|
|
|
|
.visible-small {
|
|
display: inherit;
|
|
}
|
|
.hidden-small {
|
|
display: none;
|
|
}
|
|
|
|
.btn-sm svg {
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
", "@WebProfiler/Profiler/profiler.css.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig");
|
|
}
|
|
}
|