Skip to content
Snippets Groups Projects

Issue #3365497: Create new SDC component for Umami Banner

Issue #3365497: Create new SDC component for Umami Banner

Merge request reports

Approval is optional
Code Quality is loading
Test summary results are being parsed

Closed by Théodore BiadalaThéodore Biadala Feb 29, 2024 (Feb 29, 2024 9:37pm UTC)

Merge details

  • The changes were not merged into .

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
3 3 * This file is used to style the banner block.
4 4 */
5 5
6 .banner-block__content {
6 .banner__content {
7 7 margin: 1rem 4%;
8 8 font-size: 1.188em;
9 9 }
10 10
11 .banner-block .field--name-field-title {
11 .banner .field--name-field-title {
  • 1 <div class="banner">
    2 <div class="banner__inner">
    3 <div class="banner__image">
    4 {% block image %}{% endblock %}
    5 </div>
  • 31 'banner-block',
    32 'block',
    33 'block-' ~ configuration.provider|clean_class,
    34 'block-' ~ plugin_id|clean_class,
    35 ]
    36 %}
    37
    38 <div{{attributes.addClass(classes)}}>
    39 <div class="banner-block__inner">
    40 {{ title_prefix }}
    41 {% if label %}
    42 <h2{{title_attributes}}>{{ label }}</h2>
    43 {% endif %}
    44 {{ title_suffix }}
    30 {% block content %}
    31 {% embed 'umami:banner' %}
  • added 1 commit

    • 6df9745a - Moved button syles out of component

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Ivan Berdinsky added 244 commits

    added 244 commits

    Compare with previous version

  • Ivan Berdinsky added 21 commits

    added 21 commits

    Compare with previous version

  • Ivan Berdinsky added 5 commits

    added 5 commits

    Compare with previous version

  • Ivan Berdinsky added 11 commits

    added 11 commits

    Compare with previous version

  • Ivan Berdinsky added 122 commits

    added 122 commits

    Compare with previous version

  • Ivan Berdinsky added 118 commits

    added 118 commits

    Compare with previous version

  • Ivan Berdinsky added 82 commits

    added 82 commits

    Compare with previous version

  • Ivan Berdinsky added 12 commits

    added 12 commits

    Compare with previous version

  • Ivan Berdinsky added 46 commits

    added 46 commits

    Compare with previous version

  • Ivan Berdinsky added 79 commits

    added 79 commits

    Compare with previous version

  • Ivan Berdinsky added 238 commits

    added 238 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Ivan Berdinsky added 9 commits

    added 9 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading