Skip to content

Commit accdf79

Browse files
reidmitJonathan Berney
authored andcommitted
update left tabs for 8pt grid [#150271625]
Signed-off-by: Jonathan Berney <jberney@pivotal.io>
1 parent bdc052d commit accdf79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pivotal-ui/components/pui-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ $nav-tabs-title-font-size: 16px;
670670
$tab-responsive-bg: $shadow-4;
671671
$tab-responsive-color: $text-color;
672672
$tab-responsive-active-color: $brand-5;
673-
$tab-responsive-radius: $border-radius-large;
673+
$tab-responsive-radius: $border-radius-base;
674674
$tab-responsive-pane-padding: 10px;
675675

676676
// Left tabs

src/pivotal-ui/components/tabs/tabs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ $tab-action-padding: ($base-unit/2) ($base-unit*2);
238238

239239
.nav {
240240
a {
241-
padding: 8px 10px;
241+
padding: 8px;
242242
color: $tab-left-color;
243-
margin: 5px 0;
243+
margin: 4px 0;
244244
border-radius: $tab-left-radius;
245245
@include transition-pui();
246246
}

0 commit comments

Comments
 (0)