Add connect defaults readonly flag, closes #10

This commit is contained in:
Ken-Håvard Lieng 2018-04-15 01:02:28 +02:00
parent fcd204321a
commit 39641c315f
6 changed files with 96 additions and 72 deletions

View file

@ -219,8 +219,18 @@ i[class*=' icon-']:before {
}
.connect-form h1 {
margin-bottom: 15px;
text-align: center;
margin-bottom: 15px;
}
.connect-details {
color: #999;
text-align: center;
margin-bottom: 15px;
}
.connect-details h2 {
color: #6bb758;
}
.connect-form input {