Files
vant/src/action-bar/index.less
T
neverlandandGitHub b3146b9108 style: decentralized less var (#8369)
* style: decentralized less var

* chore: remove emtpy var file
2021-03-17 16:14:18 +08:00

20 lines
357 B
Plaintext

@import './var.less';
@import '../style/mixins/safe-area.less';
.van-action-bar {
position: fixed;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
box-sizing: content-box;
height: @action-bar-height;
background-color: @action-bar-background-color;
.safe-area-inset-bottom();
&--unfit {
padding-bottom: 0;
}
}