103 lines
1.8 KiB
CSS
103 lines
1.8 KiB
CSS
|
|
.img-product {
|
|
max-width: 20vh;
|
|
max-height: 20vh;
|
|
border-radius: 3vh;
|
|
justify-self: left;
|
|
}
|
|
|
|
.img-thumbnail {
|
|
max-width: 10vh;
|
|
max-height: 10vh;
|
|
border-radius: 3vh;
|
|
justify-self: left;
|
|
}
|
|
|
|
.buttonAddToBasket {
|
|
background-color: var(--colour-page-background);
|
|
border-color: var(--colour-primary);
|
|
}
|
|
|
|
#buttonCheckout, .buttonBuyNow {
|
|
background-color: var(--colour-page-background);
|
|
/* color: var(--c_purple_dark); */
|
|
border-color: var(--colour-primary);
|
|
}
|
|
|
|
.button-increment, .button-decrement {
|
|
border: 2px solid darkgrey;
|
|
background-color: lightgray;
|
|
margin: 1vh 1vh;
|
|
width: 2.5vh;
|
|
height: 2.5vh;
|
|
border-radius: 1.25vh;
|
|
font-size: 2vh;
|
|
}
|
|
|
|
.container-input > input {
|
|
padding: 0vh 1vh;
|
|
border-radius: 0.5vh;
|
|
max-width: 7vh;
|
|
}
|
|
|
|
#basket {
|
|
max-width: 100%;
|
|
}
|
|
|
|
|
|
|
|
/* Right column */
|
|
.rightcolumn {
|
|
min-width: fit-content;
|
|
}
|
|
|
|
/* Main Table */
|
|
|
|
|
|
|
|
/*
|
|
#formFilters .container-input.filter.active_only {
|
|
}
|
|
*/
|
|
|
|
|
|
#tableMain tbody > div {
|
|
width: 113vh;
|
|
}
|
|
#tableMain {
|
|
max-width: 90vw;
|
|
}
|
|
|
|
td > input,
|
|
td > select,
|
|
td > textarea,
|
|
.container-input > input,
|
|
.container-input > select,
|
|
.container-input > textarea {
|
|
border: 2px solid var(--colour-primary);
|
|
border-radius: 0.5vh;
|
|
}
|
|
|
|
#tableMain tbody tr td table thead tr th.id_variation_type,
|
|
#tableMain tbody tr td table tbody tr td.id_variation_type,
|
|
#tableMain tbody tr td table thead tr th.id_variation,
|
|
#tableMain tbody tr td table tbody tr td.id_variation {
|
|
width: 47.5%;
|
|
}
|
|
|
|
/*
|
|
select.id_variation, select.id_variation_type {
|
|
max-width: 40% !important;
|
|
}
|
|
*/
|
|
|
|
@media screen and (max-width: 850px) {
|
|
#formFilters input,
|
|
#formFilters select {
|
|
max-width: 12vh;
|
|
min-width: 12vh;
|
|
}
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=dog_dog_command_links.bundle.css.map*/ |