minor css changes
This commit is contained in:
+6
-3
@@ -11,6 +11,11 @@
|
|||||||
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js" type="text/javascript" async></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js" type="text/javascript" async></script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
body,
|
||||||
|
input {
|
||||||
|
font-family: 'Lato', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -19,8 +24,6 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
background: #29323c;
|
background: #29323c;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'Lato', sans-serif;
|
|
||||||
font-weight: 300;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,7 +68,7 @@
|
|||||||
.help {
|
.help {
|
||||||
height: 0;
|
height: 0;
|
||||||
margin: 1rem auto 0;
|
margin: 1rem auto 0;
|
||||||
border-right: dashed 1px #3F4A56;
|
border-right: dashed 1px #fff;
|
||||||
transition: height 0.2s linear;
|
transition: height 0.2s linear;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user