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()
|
borderbox()
|
||||||
|
|
||||||
&.mine
|
&.mine
|
||||||
background: #eaf7ff
|
background: white
|
||||||
border-bottom: 1px solid #bbe0fa
|
border-bottom: 1px solid lighten($grayOutline, 10%)
|
||||||
|
|
||||||
.timestamp
|
.timestamp
|
||||||
color: #bbe0fa
|
color: #bbe0fa
|
||||||
@ -108,7 +108,6 @@
|
|||||||
font-weight: bold
|
font-weight: bold
|
||||||
float: right
|
float: right
|
||||||
display: block
|
display: block
|
||||||
margin-right: 15px
|
|
||||||
|
|
||||||
.chatBox
|
.chatBox
|
||||||
borderbox()
|
borderbox()
|
||||||
|
@ -510,8 +510,8 @@ td {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.messages .message.mine {
|
.messages .message.mine {
|
||||||
background: #eaf7ff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #bbe0fa;
|
border-bottom: 1px solid #e7e7e7;
|
||||||
}
|
}
|
||||||
.messages .message.mine .timestamp {
|
.messages .message.mine .timestamp {
|
||||||
color: #bbe0fa;
|
color: #bbe0fa;
|
||||||
@ -535,7 +535,6 @@ td {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
float: right;
|
float: right;
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 15px;
|
|
||||||
}
|
}
|
||||||
.chatBox {
|
.chatBox {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user