Minor login layout fixes

This commit is contained in:
Kris 2018-10-04 11:53:54 -04:00
parent e0e0a91e7d
commit 8e0fe32f37
3 changed files with 9 additions and 2 deletions

View File

@ -22,6 +22,11 @@
td {
padding-right: 5px;
}
#credentials {
tr:first-of-type {
margin-bottom: 0.75em;
}
}
}
#new-account-link {

View File

@ -29,7 +29,7 @@
margin-top: 3.2em;
}
&:last-of-type {
margin-bottom: 2.5em;
margin-bottom: 3.2em;
}
}
}

View File

@ -42,7 +42,6 @@
}
table {
width: 100%;
padding: 10px;
}
@ -168,6 +167,9 @@
}
.controls {
margin-left: 0;
label {
line-height: $line-height-medium;
}
}
}
}