*/ private array $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 = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/ui-colors.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/ui-colors.html.twig")); // line 1 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/main.html.twig"); yield " "; // line 5 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/title-meta.html.twig", ["title" => "Colors"]); yield " "; // line 7 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/head-css.html.twig"); yield "
"; // line 16 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/menu.html.twig"); yield "
"; // line 26 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/page-title.html.twig", ["pagetitle" => "Base UI", "title" => "Colors"]); yield "

Colors Options

Use different color style to color your element with a given table.

Colors Background
Gradient
Background
Color
Background
Soft
Border
Colors
Text
Colors
Primary .bg-gradient
.bg-primary
.bg-primary-subtle
.border-primary
.text-primary
text-primary
Secondary .bg-gradient
.bg-secondary
.bg-secondary-subtle
.border-secondary
.text-secondary
text-secondary
Success .bg-gradient
.bg-success
.bg-success-subtle
.border-success
.text-success
text-success
Info .bg-gradient
.bg-info
.bg-info-subtle
.border-info
.text-info
text-info
Warning .bg-gradient
.bg-warning
.bg-warning-subtle
.border-warning
.text-warning
text-warning
Danger .bg-gradient
.bg-danger
.bg-danger-subtle
.border-danger
.text-danger
text-danger
Dark .bg-gradient
.bg-dark
.bg-dark-subtle
.border-dark
.text-dark
text-dark
Light .bg-gradient
.bg-light
.bg-light-subtle
.border-light
.text-light
text-light
Body
-
-
.bg-body
-
-
-
-
.text-body
text-body
Body Secondary
-
-
.bg-body-secondary
-
-
-
-
.text-body-secondary
text-body-secondary
Body Tertiary
-
-
.bg-body-tertiary
-
-
-
-
.text-body-tertiary
text-body-tertiary
Body Emphasis
-
-
-
-
-
-
-
-
.text-body-emphasis
text-body-emphasis
Muted
-
-
-
-
-
-
-
-
.text-muted
text-muted
White
-
-
-
-
-
-
-
-
.text-white
text-white
White-50
-
-
-
-
-
-
-
-
.text-white-50
text-white-50
Black-50
-
-
-
-
-
-
-
-
.text-black-50
text-black-50
Opacity-10
-
-
.bg-opacity-10
-
-
.border-opacity-10
-
-
Opacity-25
.opacity-25
.bg-opacity-25
-
-
.border-opacity-25
.text-opacity-25
text-opacity-25
Opacity-50
.opacity-50
.bg-opacity-50
-
-
.border-opacity-50
.text-opacity-50
text-opacity-50
Opacity-75
.opacity-75
.bg-opacity-75
-
-
.border-opacity-75
.text-opacity-75
text-opacity-75
Opacity-100
.opacity-100
.bg-opacity-100
-
-
.border-opacity-100
.text-opacity-100
text-opacity-100

Colors Emphasis

.text-primary-emphasis
text-primary-emphasis
.text-secondary-emphasis
text-secondary-emphasis
.text-success-emphasis
text-success-emphasis
.text-info-emphasis
text-info-emphasis
.text-warning-emphasis
text-warning-emphasis
.text-danger-emphasis
text-danger-emphasis
.text-dark-emphasis
text-dark-emphasis
.text-light-emphasis
text-light-emphasis
"; // line 944 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/footer.html.twig"); yield "
"; // line 951 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/customizer.html.twig"); yield " "; // line 953 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/vendor-scripts.html.twig"); yield " "; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "theme/ui-colors.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 1021 => 953, 1016 => 951, 1006 => 944, 85 => 26, 72 => 16, 60 => 7, 55 => 5, 48 => 1,); } public function getSourceContext(): Source { return new Source("{{ include('theme/partials/main.html.twig') }} {{ include('theme/partials/title-meta.html.twig', {title: 'Colors'}) }} {{ include('theme/partials/head-css.html.twig') }}
{{ include('theme/partials/menu.html.twig') }}
{{ include('theme/partials/page-title.html.twig', {pagetitle: 'Base UI', title: 'Colors'}) }}

Colors Options

Use different color style to color your element with a given table.

Colors Background
Gradient
Background
Color
Background
Soft
Border
Colors
Text
Colors
Primary .bg-gradient
.bg-primary
.bg-primary-subtle
.border-primary
.text-primary
text-primary
Secondary .bg-gradient
.bg-secondary
.bg-secondary-subtle
.border-secondary
.text-secondary
text-secondary
Success .bg-gradient
.bg-success
.bg-success-subtle
.border-success
.text-success
text-success
Info .bg-gradient
.bg-info
.bg-info-subtle
.border-info
.text-info
text-info
Warning .bg-gradient
.bg-warning
.bg-warning-subtle
.border-warning
.text-warning
text-warning
Danger .bg-gradient
.bg-danger
.bg-danger-subtle
.border-danger
.text-danger
text-danger
Dark .bg-gradient
.bg-dark
.bg-dark-subtle
.border-dark
.text-dark
text-dark
Light .bg-gradient
.bg-light
.bg-light-subtle
.border-light
.text-light
text-light
Body
-
-
.bg-body
-
-
-
-
.text-body
text-body
Body Secondary
-
-
.bg-body-secondary
-
-
-
-
.text-body-secondary
text-body-secondary
Body Tertiary
-
-
.bg-body-tertiary
-
-
-
-
.text-body-tertiary
text-body-tertiary
Body Emphasis
-
-
-
-
-
-
-
-
.text-body-emphasis
text-body-emphasis
Muted
-
-
-
-
-
-
-
-
.text-muted
text-muted
White
-
-
-
-
-
-
-
-
.text-white
text-white
White-50
-
-
-
-
-
-
-
-
.text-white-50
text-white-50
Black-50
-
-
-
-
-
-
-
-
.text-black-50
text-black-50
Opacity-10
-
-
.bg-opacity-10
-
-
.border-opacity-10
-
-
Opacity-25
.opacity-25
.bg-opacity-25
-
-
.border-opacity-25
.text-opacity-25
text-opacity-25
Opacity-50
.opacity-50
.bg-opacity-50
-
-
.border-opacity-50
.text-opacity-50
text-opacity-50
Opacity-75
.opacity-75
.bg-opacity-75
-
-
.border-opacity-75
.text-opacity-75
text-opacity-75
Opacity-100
.opacity-100
.bg-opacity-100
-
-
.border-opacity-100
.text-opacity-100
text-opacity-100

Colors Emphasis

.text-primary-emphasis
text-primary-emphasis
.text-secondary-emphasis
text-secondary-emphasis
.text-success-emphasis
text-success-emphasis
.text-info-emphasis
text-info-emphasis
.text-warning-emphasis
text-warning-emphasis
.text-danger-emphasis
text-danger-emphasis
.text-dark-emphasis
text-dark-emphasis
.text-light-emphasis
text-light-emphasis
{{ include('theme/partials/footer.html.twig') }}
{{ include('theme/partials/customizer.html.twig') }} {{ include('theme/partials/vendor-scripts.html.twig') }} ", "theme/ui-colors.html.twig", "/var/www/cds/app/templates/theme/ui-colors.html.twig"); } }