CMXX - Highlights, samples

This commit is contained in:
“VeLiTi”
2025-02-13 12:01:53 +01:00
parent 3424c9fadc
commit d85923c299
4 changed files with 93 additions and 53 deletions

View File

@@ -1363,6 +1363,7 @@ footer a:hover {
padding: 10px;
text-align: center;
mix-blend-mode: multiply;
width: min-content;
}
.add_product a{
@@ -1374,8 +1375,6 @@ footer a:hover {
color: #555555;
text-align: center;
font-size: 10px;
max-width: 130px;
word-wrap: break-word;
}
.add_price {
@@ -1406,4 +1405,54 @@ footer a:hover {
max-width: 50%;
text-align: left;
margin: 40px;
}
.add_samples{
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
width:60%;
display: inline-block;
vertical-align: middle;
}
.add_sample{
width:fit-content;
display: inline-block;
padding: 10px;
text-align: center;
mix-blend-mode: multiply;
}
.add_sample input[type='submit']{
border-radius: 90px;
background-color: green;
color: #fff;
border: none;
position: relative;
top: -15px;
left: 20px;
z-index: 999;
}
.add_sample a{
text-decoration: none;
}
.add_sample_button{
vertical-align: middle;
display: inline-block;
}
.scrollButton{
text-decoration: none;
background: #2e38462b;
border: 0;
color: #FFFFFF;
padding: 11px 5px;
font-size: 14px;
font-weight: 500;
border-radius: 4px;
cursor: pointer;
}