Browse Source

Merge branch 'master' of https://github.com/ant-design/test2

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

4
src/layouts/BasicLayout.less

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

6
src/layouts/UserLayout.less

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

Loading…
Cancel
Save