Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(subheader): Remove 16px right margin. #4419

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/components/subheader/subheader.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
$subheader-line-height: 1em !default;
$subheader-font-size: rem(1.4) !default;
$subheader-padding: ($baseline-grid * 2) 0px ($baseline-grid * 2) ($baseline-grid * 2) !default;
$subheader-padding: ($baseline-grid * 2) !default;
$subheader-font-weight: 500 !default;
$subheader-margin: 0 0 0 0 !default;
$subheader-margin-right: 16px !default;
$subheader-sticky-shadow: 0px 2px 4px 0 rgba(0,0,0,0.16) !default;

@keyframes subheaderStickyHoverIn {
Expand Down Expand Up @@ -53,7 +52,6 @@ $subheader-sticky-shadow: 0px 2px 4px 0 rgba(0,0,0,0.16) !default;
font-weight: $subheader-font-weight;
line-height: $subheader-line-height;
margin: $subheader-margin;
margin-right: $subheader-margin-right;
position: relative;

.md-subheader-inner {
Expand Down