Basic signup view

This commit is contained in:
2019-07-21 16:04:00 +02:00
parent 725d36bed6
commit 4c70c0d233
3 changed files with 59 additions and 1 deletions
+13
View File
@@ -53,4 +53,17 @@ button, input[type=submit], .button {
border-color: $green;
}
}
&.icon {
svg {
width: 2rem;
height: 2rem;
vertical-align: middle;
margin-right: 1rem;
.fg {
fill: $primary-color;
}
}
}
}
+19
View File
@@ -28,6 +28,25 @@ main {
}
}
}
section {
.content {
&.text-lg {
p {
font-size: 1.2rem;
margin-bottom: 1em;
line-height: 1.5em;
}
}
p {
&.actions {
text-align: center;
padding-top: 2rem;
}
}
}
}
}
@media (min-width: 550px) {