FIX: invisible images and incorrect css on password reset and accept invite pages
This commit is contained in:
parent
3b7acbd086
commit
1021bc5640
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue