101 lines
1.9 KiB
CSS
101 lines
1.9 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 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%;
|
|
}
|
|
*/
|
|
#tableMain tbody tr td table thead tr th.button_shape,
|
|
#tableMain tbody tr td table tbody tr td.button_shape,
|
|
#tableMain tbody tr td table thead tr th.colour,
|
|
#tableMain tbody tr td table tbody tr td.colour,
|
|
#tableMain tbody tr td table thead tr th.button_icon,
|
|
#tableMain tbody tr td table tbody tr td.button_icon {
|
|
max-width: 12vh;
|
|
max-width: 12vh;
|
|
}
|
|
|
|
/*
|
|
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_command_button_links.bundle.css.map*/ |