Sha256: a6176d22d2024f9b568216d79a127dcf14e1cec9af09edb5e30a3d26dc25f023
Contents?: true
Size: 589 Bytes
Versions: 768
Compression:
Stored size: 589 Bytes
Contents
@import "message_mixins"; @import "../pb_avatar/avatar"; @import "../pb_body/body"; @import "../pb_caption/caption"; @import "../pb_timestamp/timestamp"; $mention_bg_color_yellow: rgba(249, 187, 0, 0.2); $mention_bg_color_blue: #e5eefa; [class^=pb_message_kit] { @include pb_message; [class^=pb_message_mention] { border-radius: $space_xxs; color: $primary; display: inline; padding: $space_xxs; &[class*=_user] { background-color: $mention_bg_color_blue; } &[class*=_self] { background-color: $mention_bg_color_yellow; } } }
Version data entries
768 entries across 768 versions & 1 rubygems