8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
@primaryColor: #3875EA;
|
|
@primaryBgColor: linear-gradient(90deg, #3875EA 0%, #1890FC 100%);
|
|
.overText {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|