Skip to content

Commit

Permalink
Fix font sizes on Site Details page.
Browse files Browse the repository at this point in the history
(should all be 13px)

BUG=599667
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2029463002
Cr-Commit-Position: refs/heads/master@{#397001}
  • Loading branch information
finnur authored and Commit bot committed Jun 1, 2016
1 parent ab317e0 commit 3cb4d9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@

.origin-box {
margin-bottom: 20px;
margin-top: 35px;
}

.origin {
-webkit-margin-start: 10px;
font-size: 110%;
font-weight: 500;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
display: block;
}

paper-dropdown-menu {
--paper-input-container-input: {
font-size: inherit;
};

--paper-font-caption: {
font-size: inherit;
}
}

.left-column {
-webkit-margin-start: 15px;
}
Expand Down

0 comments on commit 3cb4d9e

Please sign in to comment.