/ Published in: Other
Expand |
Embed | Plain Text
@mixin speakbubble($background: $blue3, $pointer: 14px) { background-color: $background; color: #fff; position: relative; border-bottom: 14px solid #fff; &:before { content: ''; border-left: $pointer solid $background; border-bottom: $pointer solid #fff; position: absolute; bottom: ($pointer * -1); left: 15px; } }
You need to login to post a comment.
