mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 17:22:22 -05:00
[ux] initial take on messaging and timestamps
This commit is contained in:
parent
876b1256a2
commit
8cd405e305
@ -81,8 +81,8 @@
|
||||
borderbox()
|
||||
|
||||
&.mine
|
||||
background: #eaf7ff
|
||||
border-bottom: 1px solid #bbe0fa
|
||||
background: white
|
||||
border-bottom: 1px solid lighten($grayOutline, 10%)
|
||||
|
||||
.timestamp
|
||||
color: #bbe0fa
|
||||
@ -108,7 +108,6 @@
|
||||
font-weight: bold
|
||||
float: right
|
||||
display: block
|
||||
margin-right: 15px
|
||||
|
||||
.chatBox
|
||||
borderbox()
|
||||
|
@ -510,8 +510,8 @@ td {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.messages .message.mine {
|
||||
background: #eaf7ff;
|
||||
border-bottom: 1px solid #bbe0fa;
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
}
|
||||
.messages .message.mine .timestamp {
|
||||
color: #bbe0fa;
|
||||
@ -535,7 +535,6 @@ td {
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
display: block;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.chatBox {
|
||||
-moz-box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user