mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Added padding to help fix list layout on mobile.
This commit is contained in:
parent
acff9d5cfe
commit
5d93683168
@ -4088,7 +4088,7 @@ input[type="button"].btn-block {
|
|||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
border-bottom: 1px solid #dee2e6; }
|
border-bottom: 1px solid #dee2e6; }
|
||||||
.nav-tabs .nav-item {
|
.nav-tabs .nav-item {
|
||||||
margin-bottom: -1px; }
|
margin-bottom: -1px; padding: 1%;}
|
||||||
.nav-tabs .nav-link {
|
.nav-tabs .nav-link {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-top-left-radius: 0.25rem;
|
border-top-left-radius: 0.25rem;
|
||||||
@ -15473,7 +15473,10 @@ ul {
|
|||||||
position: relative;
|
position: relative;
|
||||||
grid-template-columns: 70% 30%;
|
grid-template-columns: 70% 30%;
|
||||||
grid-template-rows: auto;
|
grid-template-rows: auto;
|
||||||
grid-template-areas: "product-image product-image"
"product-title product-price"
"product-variation product-actual-price"
"product-description product-description"; }
|
grid-template-areas: "product-image product-image"
|
||||||
|
"product-title product-price"
|
||||||
|
"product-variation product-actual-price"
|
||||||
|
"product-description product-description"; }
|
||||||
.product-item-wrapper .product-item .card-body .action-holder {
|
.product-item-wrapper .product-item .card-body .action-holder {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user