Sha256: 6f777f775532c6f60cdb1391dbecc9947286bf87b737862a696b09efb0a3842a

Contents?: true

Size: 734 Bytes

Versions: 5

Compression:

Stored size: 734 Bytes

Contents

.sts-tabs {
  .tab {
    @apply border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap pb-4 px-1 border-b-2 font-medium text-sm border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300;

    .badge {
      @apply bg-gray-100 text-gray-600 hidden ml-3 rounded-full text-xs font-medium md:inline-block py-0.5 px-2.5;
    }

    &.selected {
      @apply border-primary-500 text-primary-600;

      .badge {
        @apply bg-primary-100 text-primary-600;
      }
    }

    &.is-invalid {
      @apply text-red-600;

      .fa-triangle-exclamation {
        display: inline;
      }
    }
  }

  .tab-content {
    @apply hidden;

    &.selected {
      @apply block;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
satis-1.0.70 app/components/satis/tabs/component.scss
satis-1.0.69 app/components/satis/tabs/component.scss
satis-1.0.68 app/components/satis/tabs/component.scss
satis-1.0.67 app/components/satis/tabs/component.scss
satis-1.0.66 app/components/satis/tabs/component.scss