diaspora/app/assets/stylesheets/getting-started.scss
SansPseudoFix 57ac37cd2d Fix broken avatar getting start page
Update add contact page

BS3

Fix syntax
2015-06-21 16:38:12 +02:00

74 lines
1 KiB
SCSS

#hello-there {
#profile_photo_upload .avatar {
width: 200px;
height: 200px;
}
.well .media{
overflow: visible;
}
.awesome {
text-align: center;
}
.hero-unit {
margin: 20px 42px;
padding: 40px 80px;
}
h2 {
margin-top: 80px;
}
ul.as-selections {
width: 100%;
li.as-original {
width: 100%;
input {
height: 32px;
margin-bottom: 15px;
}
}
}
.as-results .as-list {
box-shadow: 0px 1px 1px #666;
}
}
.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;
}
}
}
}