Skip to content
Snippets Groups Projects
Select Git revision
  • 841ac653cf334c2933305f4702763c2da8a526d3
  • master default protected
  • feat/new-image-formats
  • clickable-select-chevron
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.1
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.2
  • 2.5.1
24 results

badge.pcss

Blame
  • badge.pcss 529 B
    .badge {
      @apply flex items-center font-body;
    
      .badge__avatar {
        @apply mr-6 flex-shrink-0;
      }
    
      .badge__body {
        @apply text-left;
      }
    
      .badge__title {
        @apply block;
      }
    
      .badge__occupation {
        @apply uppercase text-xs max-w-sm my-1 leading-tight;
      }
    
      .badge__link {
        @apply text-sm font-light block w-full;
    
        &:not(:first-child) {
          @apply mt-1;
        }
      }
    }
    
    .badge.badge--condensed {
      .badge__avatar {
        @apply mr-4;
      }
    
      .badge__occupation {
        @apply uppercase text-xs max-w-sm;
      }
    }