Sha256: 2a6f27c56d4e92bbf6ce93ac32b2824b3eea4dcf8f655c3154d02ad382d8429e
Contents?: true
Size: 903 Bytes
Versions: 19
Compression:
Stored size: 903 Bytes
Contents
.conversation{ .conversation-header{ @extend .p-m; border-bottom: $border; img{ width: rem-calc(66); height: rem-calc(66); border-radius: 50%; } } .conversation-chat{ @include flex; @include flex-align(left, top); @include flexgap($global-margin); @extend .mt-s; width: 75%; &.conversation-chat--offset{ @include flex-direction(row-reverse); @include flexgap($global-margin, row-reverse); margin-left: auto; } > :first-child{ flex-shrink: 0; } img{ width: rem-calc(33px); height: rem-calc(33px); border-radius: 50%; } .card{ margin-bottom: $global-margin / 2; } .card:last-of-type{ margin-bottom: 0; } } .conversation-reply{ @extend .mt-s; width: 75%; &.conversation-reply--offset{ margin-left: auto; } } }
Version data entries
19 entries across 19 versions & 1 rubygems