diaspora/app/assets/stylesheets/new_styles/_registration.scss
Jason Robinson e58f0b2ad4 Terms of service and privacy policy feature.
If enabled, terms of service link will be shown in sign up page.
2014-08-17 17:44:44 +03:00

51 lines
825 B
SCSS

#registration {
position:absolute;
min-width: 100%;
min-height: 100%;
background-color : #afc652;
color: #fff;
#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;
}
#terms > a {
color: inherit;
text-decoration: underline;
}
}
}