Skip to content

Commit

Permalink
docs(tabs): update border bottom px (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Apr 3, 2020
1 parent 92dc5bf commit 65f908f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/components/tabs/style.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tabs
description: Tabs are used to quickly navigate between views within the same context.
tabs: ['Code', 'Usage', 'Style', 'Accessibility']
tabs: ["Code", "Usage", "Style", "Accessibility"]
---

## Color
Expand Down Expand Up @@ -34,7 +34,7 @@ Tab label should be set in sentence case, and should not exceed three words.

| Class | Property | px / rem | Spacing token |
| --------------------- | --------------------------- | -------- | ------------- |
| `.bx--tabs__nav-item` | border-bottom | 3px ||
| `.bx--tabs__nav-item` | border-bottom | 2px ||
| `.bx--tabs__nav-link` | padding-left, padding-right | 16 / 1 | `$spacing-05` |
| `.bx--tabs__nav-link` | padding-top, padding-bottom | 8 / 0.5 | `$spacing-03` |
| `bx--tabs__nav-item` | margin-left | 2px | `$spacing-01` |
Expand Down

1 comment on commit 65f908f

@vercel
Copy link

@vercel vercel bot commented on 65f908f Apr 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.