107 lines
2.2 KiB
CSS
107 lines
2.2 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 {
|
|
max-width: fit-content;
|
|
}
|
|
|
|
#formFilters .container-input.filter.is_not_empty {
|
|
width: 10vh;
|
|
}
|
|
|
|
#formFilters .container-input.filter.active {
|
|
width: 8vh;
|
|
}
|
|
|
|
|
|
#tableMain tbody tr td.display_order, #tableMain thead tr th.display_order {
|
|
width: 5vh;
|
|
min-width: 5vh;
|
|
}
|
|
#tableMain tbody tr td.code, #tableMain thead tr th.code {
|
|
width: 10vh;
|
|
min-width: 10vh;
|
|
}
|
|
#tableMain tbody tr td.name, #tableMain thead tr th.name {
|
|
width: 15vh;
|
|
min-width: 15vh;
|
|
}
|
|
#tableMain tbody tr td.description, #tableMain thead tr th.description {
|
|
width: 25vh;
|
|
min-width: 25vh;
|
|
}
|
|
#tableMain tbody tr td.access_level, #tableMain thead tr th.access_level {
|
|
width: 7vh;
|
|
min-width: 7vh;
|
|
}
|
|
#tableMain tbody tr td.active, #tableMain thead tr th.active {
|
|
width: 5vh;
|
|
min-width: 5vh;
|
|
}
|
|
|
|
td > input, td > select, td > textarea, .container-input > input, .container-input > select, .container-input > textarea {
|
|
border: 2px solid var(--border-colour);
|
|
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%;
|
|
}
|
|
|
|
|
|
|
|
/*# sourceMappingURL=dog_dogs.bundle.css.map*/ |