Skip to content

Commit

Permalink
fix(NavBar): title 增大字体到 34px, 增加 font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Jan 15, 2019
1 parent 0b80c5f commit 24a6d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nav-bar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: flex;
align-items: center;
box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.08);
font-size: 30px;
font-size: 34px;
color: #333;
z-index: 2;
&-icon {
Expand Down Expand Up @@ -35,6 +35,7 @@
width: 100%;
text-align: center;
padding: 0 118px;
font-weight: 600;
}
&-rightbtn {
position: absolute;
Expand Down

0 comments on commit 24a6d77

Please sign in to comment.