diaspora/app/assets/stylesheets/getting-started.scss
Jonne Haß c96834bdf2 Remove .css extension from SCSS files
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00

41 lines
469 B
SCSS

#hello-there {
.avatar {
width: 50px;
height: 50px;
}
.well .media{
overflow: visible;
}
.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;
}
}
}
}