lawn-ui
Version:
A Vue.js UI Toolkit for Mobile Web
20 lines (19 loc) • 426 B
text/less
.ln-action-sheet {
position: fixed;
width: 100%;
min-height: 90px;
bottom: 0;
left: 0;
background-color: var(--color-white);
border-radius: var(--content-border-radius) var(--content-border-radius) 0 0;
color: var(--color-black);
&-item {
height: 45px;
display: flex;
justify-content: center;
align-items: center;
}
&-bangs{
padding-bottom: var(--bangs-padding-bottom);
}
}