diaspora/app/assets/stylesheets/getting-started.scss
Steffen van Bergerem caf7470e8e Various style fixes
2015-03-15 01:58:29 +01:00

77 lines
1,017 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;
}
}
}
}
.popover h3 {
font-weight: bold;
.close { line-height: 18px; }
}
#welcome-to-diaspora {
background: orange;
box-shadow: inset 0 -2px 10px rgba(0,0,0,0.35);
margin-bottom: 20px;
margin-top: -40px;
padding-bottom: 30px;
padding-top: 60px;
h1,h3 {
color: $white;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
}
#gs-skip-x {
font-size: 40px;
}
&:hover {
#gs-skip-x {
opacity: .4;
@include transition(opacity, 0.25s);
&:hover {
opacity: 1;
}
}
}
}