Basic add-contrib form

This commit is contained in:
2017-02-04 20:12:12 +08:00
parent dcb544c94f
commit 9120d67ad1
11 changed files with 143 additions and 5 deletions
@@ -0,0 +1,25 @@
section#add-contributor {
form {
p {
margin-bottom: 1.2rem;
}
input[type=text] {
width: 100%;
padding: 1.2rem;
line-height: 2rem;
border: none;
border-bottom: 1px solid rgba(255,255,255,0.2);
background-color: rgba(22, 21, 40, 0.3);
color: #fff;
font-size: 1.4rem;
&:focus, &.valid {
background-color: rgba(22, 21, 40, 0.6);
}
}
}
}