Fixing styling issues on the send message flow

This commit is contained in:
Jonathan Bobel
2023-09-15 12:26:31 -04:00
parent f16c7b6699
commit dedb41f67e
17 changed files with 52 additions and 54 deletions

View File

@@ -691,7 +691,7 @@ details form {
margin-bottom: 30px;
pointer-events: none;
& + .table-show-more-link {
margin-top: -28px;
margin-top: -20px;
}
}
}
@@ -755,13 +755,12 @@ $tail-angle: 20deg;
}
.sms-message-sender {
color: color('gray-cool-90');
margin: 0 0 -10px 0;
margin: units(1) 0 0;
}
.sms-message-recipient {
color: color('gray-cool-90');
margin: 10px 0 0 0;
margin: 0 0 units(1);
}
.sms-message-status {