Sha256: e3dd693154c44ad76714602ef7f37475f62e7b2ea7ce773fd8a185ba87340ebe

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

.tabs--lang {
  @apply bg-transparent flex items-center gap-x-1;

  li {
    @apply p-0.5 rounded-t-sm text-secondary text-xs;

    background-color: rgba(243, 244, 247, 1);

    &.is-active,
    &:hover {
      @apply border-b border-secondary;
    }

    &:hover {
      background-color: rgba(243, 244, 247, 1);
    }
  }

  a {
    @apply text-xs p-0;

    &::before {
      @apply content-[''] w-2 h-2 inline-block bg-white rounded-full mr-2 border;

      border-color: rgba(116, 129, 144, 1);
    }
  }

  .tabs-title > a[aria-selected="true"] {
    @apply font-bold text-secondary;

    background-color: rgba(243, 244, 247, 1);

    &::before {
      @apply border-white;

      background-color: rgba(40, 167, 69, 1);
    }
  }

  a.is-tab-error {
    color: red;
  }
}

.label--tabs {
  @apply flex justify-between items-end;

  label {
    @apply inline-block;
  }
}

.tabs-panel[aria-hidden="true"] {
  @apply hidden;
}

.form {
  .language-change {
    @apply h-8 mb-4;
  }
}

.tab-custom-error-wrapper {
  @apply flex flex-wrap;
}

.tab-custom-error {
  @apply mr-1;
}

.is-tab-custom-error-visible {
  @apply block;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-admin-0.28.0 app/packs/stylesheets/decidim/admin/_tabs.scss
decidim-admin-0.28.0.rc5 app/packs/stylesheets/decidim/admin/_tabs.scss
decidim-admin-0.28.0.rc4 app/packs/stylesheets/decidim/admin/_tabs.scss