Skip to content

Commit

Permalink
fix(icon): corner icon size in header icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TATSUNO Yasuhiro authored and Sean committed Oct 28, 2018
1 parent 83aa9e2 commit f812030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/definitions/elements/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ h5.ui.header .sub.header {
margin: 0em auto @iconHeaderMargin;
opacity: @iconHeaderOpacity;
}
.ui.icon.header .corner.icon {
font-size: @cornerIconHeaderSize;
}
.ui.icon.header .content {
display: block;
padding: 0em;
Expand Down
1 change: 1 addition & 0 deletions src/themes/default/elements/header.variables
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
@iconHeaderMargin: 0.5rem;
@circularHeaderIconSize: 2em;
@squareHeaderIconSize: 2em;
@cornerIconHeaderSize: calc(@iconHeaderSize * 0.45);

/* No Line Height Offset */
@iconHeaderTopMargin: 2rem;
Expand Down

0 comments on commit f812030

Please sign in to comment.