City of Ghent Style Guide

No notes defined.

<figcaption>{{ figcaption }}</figcaption>
<figcaption>Figcaption comes here</figcaption>
{
  "figcaption": "Figcaption comes here"
}
  • Content:
    @use '../../00-settings/settings' as *;
    @use '../../00-mixins/mixins' as *;
    
    figcaption {
      @include accolade();
      @include medium-text;
      @include normal-text;
    
      margin: -16px 20px 0;
      float: right;
      line-height: 175%;
    
      .full-image & {
        margin: 0;
    
        &::before {
          display: none;
        }
      }
    }
    
  • URL: /components/raw/figcaption/_figcaption.scss
  • Filesystem Path: components/21-atoms/figcaption/_figcaption.scss
  • Size: 307 Bytes