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