mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-14 19:49:01 +01:00
Modified border product for Home Page
This commit is contained in:
parent
e1e3112ff7
commit
28903b3f0f
1 changed files with 1 additions and 5 deletions
|
@ -142,21 +142,18 @@ body {
|
|||
height: 100%;
|
||||
pointer-events: none;
|
||||
content: '';
|
||||
border: solid 2px rgba(235, 235, 235, 0);
|
||||
border-radius: 3px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.product-item:hover::after{
|
||||
box-sizing: 0 25px 29px rgba(63, 78, 100, 0.15);
|
||||
border: solid 2px black;
|
||||
}
|
||||
|
||||
.product{
|
||||
width: 100%;
|
||||
height: 340px;
|
||||
border-right: solid 1px black;
|
||||
}
|
||||
}
|
||||
|
||||
.product_image{
|
||||
width: 100%;
|
||||
|
@ -410,7 +407,6 @@ body {
|
|||
right: 0;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background: black;
|
||||
content: '';
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue