71 lines
1.2 KiB
CSS
71 lines
1.2 KiB
CSS
.qty-plus-minuses {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
position: relative;
|
|
display: flex;
|
|
width: 120px;
|
|
}
|
|
|
|
.qty-btn {
|
|
width: 40px;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
color: #777;
|
|
}
|
|
|
|
|
|
.tab-container {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.tab {
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
|
|
.tab-content {
|
|
display: none;
|
|
padding: 20px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
|
|
.tab-content.active {
|
|
display: block;
|
|
}
|
|
|
|
.selectCon {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
}
|
|
|
|
/* .selectWrap {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 50%;
|
|
height:40px;
|
|
background-color: #ad2828 !important;
|
|
font-size: 50px;
|
|
/* margin:60px !important; */
|
|
/* } */
|
|
|
|
|
|
/* input .customCheck{
|
|
padding-left: 0px ;
|
|
} */ |