UNPKG

@yoyoboot/l-52abp-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.

84 lines (80 loc) 1.45 kB
@message-prefix: ~'.message'; @{message-prefix} { &__container { position: relative; } &__sidebox { position: absolute; top: 0; left: 0; width: @message-sidebox-width; height: 100%; background: @message-sidebox-bg; } &__tools { display: flex; flex-wrap: wrap; align-items: center; padding: 4px 24px; border-top: 1px solid @border-color-base; border-bottom: 1px solid @border-color-base; &-choose { display: flex; flex: 1; flex-wrap: wrap; align-items: center; } } &__content { min-height: 600px; } &__item { display: flex; align-items: center; padding: 4px 24px; border-top: 1px solid @border-color-split; &:first-child { border-top: none; } &-from { display: flex; align-items: center; width: 160px; } &-subject { width: 100%; color: @grey-8; &:hover { color: @primary-color; } } &-date { color: @grey-6; white-space: nowrap; } &-unread { .message__item-subject { font-weight: 700; } } } } @media (min-width: @mobile-min) { @{message-prefix} { &__container { padding-left: @message-sidebox-width; } } } @media (max-width: @mobile-max) { @{message-prefix} { &__tools { &-choose { flex-basis: 100%; } } &__item { flex-wrap: wrap; } } }