Update contact bubbles for ios theme
This commit is contained in:
parent
9d1847a7e5
commit
202f5d5b7a
1 changed files with 52 additions and 4 deletions
|
@ -118,6 +118,57 @@ $ios-border-color: rgba(0, 0, 0, 0.1);
|
|||
}
|
||||
}
|
||||
|
||||
.embedded-contact {
|
||||
margin: 0;
|
||||
color: white;
|
||||
|
||||
.first-line {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
|
||||
.text-container {
|
||||
.contact-name {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.send-message {
|
||||
font-weight: normal;
|
||||
border-bottom: none;
|
||||
margin-top: 0;
|
||||
color: white;
|
||||
|
||||
.bubble-icon {
|
||||
@include color-svg('../images/chat-bubble-outline.svg', white);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.incoming .embedded-contact {
|
||||
.first-line {
|
||||
.text-container {
|
||||
.contact-name {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
color: black;
|
||||
|
||||
.send-message {
|
||||
color: $blue;
|
||||
|
||||
.bubble-icon {
|
||||
@include color-svg('../images/chat-bubble-outline.svg', $blue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.embedded-contact + .content {
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
|
||||
.quoted-message {
|
||||
// Not ideal, but necessary to override the specificity of the android theme color
|
||||
// classes used in conversations.scss
|
||||
|
@ -378,10 +429,7 @@ $ios-border-color: rgba(0, 0, 0, 0.1);
|
|||
// bubble wider than an attached image, and we need a background color on the bottom
|
||||
// section if the image doesn't cover it all.
|
||||
.outgoing .tail-wrapper {
|
||||
.attachments {
|
||||
background-color: $blue;
|
||||
}
|
||||
.content {
|
||||
.inner-bubble {
|
||||
background-color: $blue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue