FIX: invisible images and incorrect css on password reset and accept invite pages

This commit is contained in:
Neil Lalonde 2018-07-10 11:18:12 -04:00
parent 3b7acbd086
commit 1021bc5640
1 changed files with 20 additions and 20 deletions

View File

@ -163,26 +163,6 @@
}
}
.password-reset,
.invites-show {
.col-form {
padding-left: 20px;
}
h2 {
margin-bottom: 12px;
}
.col-image img {
width: 200px;
height: 200px;
}
}
.password-reset {
.col-form {
padding-top: 40px;
}
}
.tos-agree {
margin-bottom: 12px;
}
@ -205,3 +185,23 @@
}
}
}
.password-reset,
.invites-show {
.col-form {
padding-left: 20px;
}
h2 {
margin-bottom: 12px;
}
.col-image img {
width: 200px;
height: 200px;
}
}
.password-reset {
.col-form {
padding-top: 40px;
}
}