mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
22 lines
468 B
Plaintext
22 lines
468 B
Plaintext
@import '../common/style/var.less';
|
|
@import '../common/style/theme.less';
|
|
|
|
.van-goods-action-icon {
|
|
border: none !important;
|
|
.theme(width, '@goods-action-icon-height') !important;
|
|
|
|
&__content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
height: 100%;
|
|
line-height: 1;
|
|
.theme(font-size, '@goods-action-icon-font-size');
|
|
.theme(color, '@goods-action-icon-text-color');
|
|
}
|
|
|
|
&__icon {
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|