ux: display all emojis reactions
This commit is contained in:
parent
4c76ebbca6
commit
c31386566f
7 changed files with 102 additions and 65 deletions
|
|
@ -1,9 +1 @@
|
|||
@mixin emoji-reaction-transform($type: 'right') {
|
||||
@if $type == 'right' {
|
||||
transform: translateX(20px) translateX(100%);
|
||||
}
|
||||
|
||||
@if $type == 'left' {
|
||||
transform: translateX(-20px) translateX(-100%);
|
||||
}
|
||||
}
|
||||
// Sass Mixins
|
||||
Loading…
Add table
Add a link
Reference in a new issue