diaspora/app/assets/stylesheets/getting-started.css.scss
2014-08-07 00:15:17 +02:00

37 lines
425 B
SCSS

#hello-there {
.avatar {
width: 50px;
height: 50px;
}
.awesome {
text-align: center;
.btn.creation {
text-shadow: none;
}
}
.hero-unit {
margin: 20px 42px;
padding: 40px 80px;
}
h2 {
margin-top: 80px;
}
p, form {
margin-left: 30px;
}
ul.as-selections {
width: 100%;
li.as-original {
input {
margin-bottom: 15px;
}
}
}
}