mirror of
https://github.com/dyzulk/raisen-app.git
synced 2026-01-27 07:05:31 +07:00
first commit
This commit is contained in:
17
vendor/template/build/scss/mixins/_direct-chat.scss
vendored
Normal file
17
vendor/template/build/scss/mixins/_direct-chat.scss
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Mixins: Direct Chat
|
||||
//
|
||||
|
||||
// Direct Chat Variant
|
||||
@mixin direct-chat-variant($bg-color, $color: $white) {
|
||||
.right > .direct-chat-text {
|
||||
background-color: $bg-color;
|
||||
border-color: $bg-color;
|
||||
color: color-yiq($bg-color);
|
||||
|
||||
&::after,
|
||||
&::before {
|
||||
border-left-color: $bg-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user