Skip to content

Commit

Permalink
fix(top-app-bar): Adjust title padding-left styles (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Mar 14, 2018
1 parent 0b73002 commit e24480c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions packages/mdc-top-app-bar/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
padding: $mdc-top-app-bar-mobile-section-padding;
}

.mdc-top-app-bar__title {
@include mdc-rtl-reflexive-box(padding, left, $mdc-top-app-bar-mobile-title-left-padding);
}

.mdc-top-app-bar--short {
transition: width 200ms $mdc-animation-standard-curve-timing-function;
}
Expand Down
3 changes: 1 addition & 2 deletions packages/mdc-top-app-bar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// Default styles
$mdc-top-app-bar-row-height: 64px;
$mdc-top-app-bar-title-left-padding: 10px;
$mdc-top-app-bar-title-left-padding: 20px;
$mdc-top-app-bar-section-vertical-padding: 8px;
$mdc-top-app-bar-section-horizontal-padding: 12px;

Expand All @@ -27,7 +27,6 @@ $mdc-top-app-bar-mobile-breakpoint: 599px !default;

// Default mobile styles
$mdc-top-app-bar-mobile-row-height: 56px;
$mdc-top-app-bar-mobile-title-left-padding: 12px;
$mdc-top-app-bar-mobile-section-padding: 4px;

// Short top app bar
Expand Down

0 comments on commit e24480c

Please sign in to comment.