UNPKG

@lxlib/chart

Version:

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

68 lines (65 loc) 1.18 kB
@import '../../../theme/styles/default.less'; @import './variable.less'; @{g2-card-prefix} { position: relative; &__top { position: relative; width: 100%; overflow: hidden; &-margin { margin-bottom: 12px; } &-has-margin { margin-bottom: 20px; } } &__meta { &-wrap { float: left; } height: 22px; color: @text-color-secondary; font-size: @font-size-base; line-height: 22px; &-action { position: absolute; top: 4px; right: 0; line-height: 1; cursor: pointer; } } &__avatar { position: relative; top: 4px; float: left; margin-right: 20px; img { border-radius: 100%; } } &__total { height: 38px; margin-top: 4px; margin-bottom: 0; overflow: hidden; color: @heading-color; font-size: 30px; line-height: 38px; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; } &__desc { width: 100%; margin-bottom: 12px; } &__footer { margin-top: 8px; padding-top: 9px; border-top: 1px solid @border-color-split; & > * { position: relative; } } }