Haare schön

This commit is contained in:
2017-02-05 17:15:01 +08:00
parent d171d0c741
commit aaa1102563
4 changed files with 30 additions and 18 deletions
+12 -4
View File
@@ -3,23 +3,31 @@ section#add-contributor {
form {
p {
margin-bottom: 1.2rem;
margin-bottom: 1rem;
&.actions {
padding-top: 1rem;
text-align: center;
}
}
input[type=text] {
width: 100%;
padding: 1.2rem;
line-height: 2rem;
padding: 1rem;
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;
font-size: 1.2rem;
&:focus, &.valid {
background-color: rgba(22, 21, 40, 0.6);
}
}
input[type=submit] {
padding: 0.6rem 2rem;
}
}
}
+1 -13
View File
@@ -36,23 +36,11 @@ ul.proposal-list {
}
button {
display: inline-block;
float: right;
margin-top: 1.1rem;
height: 2rem;
line-height: 2rem;
margin-top: 1.1rem;
padding: 0 0.6rem;
border: 1px solid rgba(22, 21, 40, 1);
background-color: rgba(22, 21, 40, 0.6);
color: lightblue;
border-radius: 3px;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
&:hover {
background-color: rgba(22, 21, 40, 0.8);
}
}
}