Tabs

tabs
tabs{{#if modifier}} {{modifier}}{{/if}}
/* No context defined. */
  • Content:
    .tabs {
      background-color: $color-light2;
      border-radius: 500px; // Large value creates pill shape
      display: inline-flex;
      padding: $gridspacing / 2;
    
      > *:not(:last-child) {
        margin-right: $gridspacing / 2;
      }
    }
    
  • URL: /components/raw/tabs/_tabs.scss
  • Filesystem Path: src/scss/02-modules/tabs/_tabs.scss
  • Size: 222 Bytes

No notes defined.