rooster.io/resources/less/style.less
Bram van der Veen f35a4d21fe Added new resources for frontend.
Also made the frontend work.
2015-06-13 23:35:44 +02:00

47 lines
706 B
Plaintext

//style.less
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400');
.homepage {
text-align: center;
h1 {
font-size: 8rem;
font-family: Open Sans;
letter-spacing: 0px;
}
span {
font-size: 2rem;
letter-spacing: -2px;
position: relative;
left: -35px;
> span {
color: #96AA48;
position: relative;
left: -2px;
top: 1px;
display: inline-block;
-webkit-transform: rotate(15deg);
}
}
input {
width: 50%;
}
button {
display: block;
margin: 0 auto;
width: 50%;
}
}
.bar {
height: 10px;
width: 100%;
background-color: #96aa48;
margin-bottom: 50px;
}