forked from gxwebsoft/mp-10550
提交代码
This commit is contained in:
15
src/pages/index/BestSellers.scss
Normal file
15
src/pages/index/BestSellers.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
.buy-btn{
|
||||
height: 70px;
|
||||
background: linear-gradient(to bottom, #1cd98a, #24ca94);
|
||||
border-radius: 100px;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
.cart-icon{
|
||||
background: linear-gradient(to bottom, #bbe094, #4ee265);
|
||||
border-radius: 100px 0 0 100px;
|
||||
height: 70px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user