diaspora/app/assets/stylesheets/new_styles/_registration.scss

48 lines
779 B
SCSS

#registration {
position:absolute;
min-width: 100%;
min-height: 100%;
background-color : #afc652;
color: #fff;
.container { margin-top: 50px; }
#create-something-text {
font-family : Roboto-Light;
font-size : 100px;
line-height : 100px;
white-space : nowrap;
}
#diaspora-hearts {
font-family : Roboto-Light;
font-size : 24px;
margin-top : 0.2em;
margin-bottom : 1em;
white-space : nowrap;
}
#sign-up-text {
font-family : Roboto-Bold;
color : #7f9448;
margin-bottom : 0.5em;
}
#collage {
width : 344px;
height : auto;
max-width : 95%;
}
form {
.control-label,
.controls {
margin-left : auto;
width : auto;
}
.controls {
float : right;
}
}
}