Sha256: 2a2dd9ff7c85130d8b422a4f9ff435dcbbf0c7bae0e11ce431b7c6a6f53ba344

Contents?: true

Size: 1.18 KB

Versions: 8

Compression:

Stored size: 1.18 KB

Contents

footer {
  @apply mb-16 lg:mb-0;

  .main-footer {
    @apply bg-gray-4;

    &__top {
      @apply flex flex-col lg:flex-row gap-8 container py-10;
    }

    &__down {
      @apply border-t border-black flex flex-wrap items-center gap-6 container py-6 text-white;
    }

    &__language {
      @apply absolute top-full left-0 bg-white rounded w-full;

      &-container {
        @apply relative;
      }

      &-trigger {
        @apply flex items-center gap-1 border border-white rounded py-1.5 px-2 cursor-pointer text-md font-semibold;
      }
    }

    /* overwrite default dropdown styles */
    [data-target*="dropdown"] {
      > svg {
        @apply w-4 h-4 text-white fill-current last-of-type:block last-of-type:ml-auto;
      }

      &[aria-expanded="true"] > svg:first-of-type {
        @apply block;
      }

      > span {
        @apply block text-white;
      }
    }

    /* overwrite default dropdown styles */
    [id*="dropdown-menu"] {
      @apply py-0 mx-0 w-full;

      &[aria-hidden="true"] {
        @apply md:hidden;
      }
    }
  }

  .mini-footer {
    @apply bg-black py-5;

    &__content {
      @apply container flex justify-between items-center text-white;
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
decidim-core-0.28.5 app/packs/stylesheets/decidim/_footer.scss
decidim-core-0.28.4 app/packs/stylesheets/decidim/_footer.scss
decidim-core-0.28.3 app/packs/stylesheets/decidim/_footer.scss
decidim-core-0.28.2 app/packs/stylesheets/decidim/_footer.scss
decidim-core-0.28.1 app/packs/stylesheets/decidim/_footer.scss
decidim-core-0.28.0 app/packs/stylesheets/decidim/_footer.scss
decidim-core-0.28.0.rc5 app/packs/stylesheets/decidim/_footer.scss
decidim-core-0.28.0.rc4 app/packs/stylesheets/decidim/_footer.scss