feat(CouponList): modify button style (#5368)
This commit is contained in:
@@ -33,13 +33,27 @@
|
||||
padding: @padding-md 0;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
&--with-bottom {
|
||||
padding-bottom: @padding-md + 50px;
|
||||
}
|
||||
}
|
||||
|
||||
&__close {
|
||||
&__bottom {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 5px @padding-md;
|
||||
font-weight: @font-weight-bold;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
&__close {
|
||||
height: 40px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
&__empty {
|
||||
|
||||
Reference in New Issue
Block a user