Commit f30f7cdb authored by Chi Bui's avatar Chi Bui 👀

edit css

parent 0a8f6af4
......@@ -636,7 +636,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
outline: none;
padding-top: 0px;
line-height: 30px;
display: inline-block;
/* display: inline-block; */
font-size: 16px;
/* height: 34px; */
}
......@@ -696,8 +696,26 @@ input::-webkit-inner-spin-button {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(228, 165, 156);
}
article.commerce-product.full .product-right .form-group {
display: flex;
align-items: center;
justify-content: center;
float: initial;
margin-bottom: 0;
}
article.commerce-product.full .product-right .form-group button{
margin-bottom: 0 !important;
}
article.commerce-product.full .product-right .field--name-variations form{
vertical-align: middle;
display: flex;
}
article.commerce-product.full .product-right div.button.btn-inde{
order: 1;
}
article.commerce-product.full .product-right .field--name-quantity input[type="number"]{
margin-bottom: -1px !important;
margin-bottom: 0px !important;
order: 1;
}
input[type=number] {
width: 40px !important;
......@@ -995,7 +1013,24 @@ header.navbar .category-menu ul.menu.litte-menu {
border-radius: 50%;
padding: 5px;
}
.cart-form .table-responsive .views-field-edit-quantity .form-group input[type=number]{
margin-bottom: 0;
}
.cart-form .table-responsive .views-field-edit-quantity .form-group{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.cart-form .table-responsive .views-field-edit-quantity {
vertical-align: middle;
}
.region-footer-fourth .field--name-body table {
line-height: 2.1;
}
.region-footer-fourth .field--name-body p{
line-height: 2.1;
}
.hl-link img {
height: 35px;
right: 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment