51 lines
825 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|