Skip to content

Commit

Permalink
Adjusts breadcrumb spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Mar 30, 2015
1 parent 2362bf4 commit 8f021e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/definitions/collections/breadcrumb.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*******************************/

.ui.breadcrumb {
line-height: 1;
margin: @verticalMargin 0em;
display: @display;
vertical-align: @verticalAlign;
Expand Down
8 changes: 4 additions & 4 deletions src/themes/default/collections/breadcrumb.variables
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
@display: inline-block;
@verticalAlign: middle;

@dividerSpacing: 0.2rem;
@dividerOpacity: 0.5;
@dividerSpacing: 0.5rem;
@dividerOpacity: 0.7;
@dividerColor: @lightTextColor;

@dividerSize: 0.9em;
@dividerSize: @relativeSmall;
@dividerVerticalAlign: baseline;

@iconDividerSize: @relativeTiny;
Expand All @@ -24,7 +24,7 @@
@sectionPadding: 0em;

/* Coupling */
@segmentPadding: 0.5em 1em;
@segmentPadding: @relativeMini @relativeMedium;

/*-------------------
States
Expand Down

0 comments on commit 8f021e6

Please sign in to comment.