cyp/app/css/elements/tag.less

17 lines
157 B
Plaintext
Raw Normal View History

2020-03-13 06:03:26 +08:00
cyp-tag {
.item;
2020-03-13 23:52:24 +08:00
padding: 0;
.art {
img, .icon {
width: 64px;
height: 64px;
}
.icon {
filter: drop-shadow(var(--text-shadow));
}
}
2020-03-13 06:03:26 +08:00
}