envelope missing on invite page, long pre lines making modals wide
This commit is contained in:
parent
dee9af2877
commit
6c15effca2
|
@ -114,12 +114,16 @@ $input-width: 220px;
|
||||||
.invites-show {
|
.invites-show {
|
||||||
.two-col {
|
.two-col {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-image {
|
.col-image {
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 0;
|
width: 150px;
|
||||||
left: 0;
|
margin-right: 20px;
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
|
|
@ -274,6 +274,10 @@
|
||||||
.modal-body.forgot-password-modal p {
|
.modal-body.forgot-password-modal p {
|
||||||
font-size: $font-0;
|
font-size: $font-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-where-modal {
|
.reply-where-modal {
|
||||||
|
|
Loading…
Reference in New Issue