Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit db5e133

Browse files
committed
Update css
1 parent 4d824d0 commit db5e133

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
*/
55
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);
66
@import url(https://css-ui.github.io/css/cssui.min.css);
7+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext);
78
@import url(style.sign.in.css);
89

910
/*
1011
elements
1112
*/
1213
body {
1314
background-color: #f2f2f2;
15+
font-family: 'Open Sans', sans-serif;
1416
padding: 10px 10px 0;
1517
}

src/css/style.sign.in.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ img.sign-gravatar {
3232
margin-top: 15px;
3333
}
3434

35-
.sign.in [type="email"],
36-
.sign.in [type="password"],
37-
.sign.in [type="submit"] {
38-
height: 38px;
39-
}
40-
4135
.sign.in input:focus{ z-index: 1; }
4236
.sign.in input:first-child { top: -1px; }
4337

@@ -80,7 +74,7 @@ img.sign-gravatar {
8074
.sign.in [type="email"],
8175
.sign.in [type="password"],
8276
.sign.in [type="submit"] {
83-
height: 46px;
77+
height: 44px;
8478
}
8579

8680
}

0 commit comments

Comments
 (0)