Sha256: b4fb4b8fa1a5a1b5859b8a2fef6f43d80a94404e0d5a23ad575f4bfca969ecb1

Contents?: true

Size: 625 Bytes

Versions: 15

Compression:

Stored size: 625 Bytes

Contents

.wizard-steps {
  @apply flex items-stretch my-10;

  & > * {
    @apply w-1/4 relative text-center text-sm text-gray-2 before:content-[''] before:absolute before:-top-3 before:-left-1/2 before:w-full first:before:w-0 before:h-0.5 before:bg-success before:-translate-y-1/2 after:z-10 after:content-[''] after:absolute after:-top-1 after:left-1/2 after:w-4 after:h-4 after:bg-success after:border after:border-white after:rounded-full after:-translate-y-full after:-translate-x-1/2;

    &[aria-current] {
      @apply font-semibold;
    }

    &[aria-current] ~ * {
      @apply before:bg-gray-3 after:bg-gray-3;
    }
  }
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
decidim-core-0.29.2 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.5 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.29.1 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.4 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.29.0 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.3 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.29.0.rc4 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.29.0.rc3 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.29.0.rc2 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.29.0.rc1 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.2 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.1 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.0 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.0.rc5 app/packs/stylesheets/decidim/_wizard_steps.scss
decidim-core-0.28.0.rc4 app/packs/stylesheets/decidim/_wizard_steps.scss