.f() { display: flex; align-items: center; } .f-col() { display: flex; flex-direction: column; } @primary-gradient: linear-gradient(90deg, #dfffcd 0%, #90f9c4 48%, #39f3bb 100%); .gt() { background: @primary-gradient; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .ellipsis() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .ellipsisLn(@line) { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: @line; -webkit-box-orient: vertical; } .gradient-text(@gd) { background: @gd; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }