Browse Source

Update logo font style

pull/8/head
afc163 9 years ago
parent
commit
a4cf6144a5
  1. 4
      src/layouts/BasicLayout.less
  2. 6
      src/layouts/UserLayout.less

4
src/layouts/BasicLayout.less

@ -25,8 +25,8 @@
vertical-align: middle;
font-size: 22px;
margin-left: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-top: -3px;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin-top: -2px;
}
}

6
src/layouts/UserLayout.less

@ -19,6 +19,9 @@
.header {
height: 44px;
line-height: 44px;
a {
text-decoration: none;
}
}
.logo {
@ -30,6 +33,9 @@
.title {
font-size: 33px;
color: @heading-color;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
position: relative;
top: -2px;
}
.desc {

Loading…
Cancel
Save