merged with velocity-1
This commit is contained in:
parent
84bc487a82
commit
88aa23ed97
|
|
@ -2776,14 +2776,14 @@ header #search-form > *:focus {
|
|||
}
|
||||
|
||||
.quick-view-btn-container {
|
||||
display: none;
|
||||
position: relative;
|
||||
margin: 48px 1px 0px -18px;
|
||||
}
|
||||
|
||||
.quick-view-btn-container span {
|
||||
left: 32%;
|
||||
top: -26px;
|
||||
z-index: 1000;
|
||||
z-index: 1;
|
||||
font-size: 16px;
|
||||
color: #FFFFFF;
|
||||
position: absolute;
|
||||
|
|
@ -2797,6 +2797,7 @@ header #search-form > *:focus {
|
|||
font-size: 16px;
|
||||
padding: 5px 10px 7px 24px;
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
background-color: #0D2438;
|
||||
}
|
||||
|
||||
|
|
@ -2868,6 +2869,10 @@ body::after {
|
|||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.demo {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
|
|
|
|||
Loading…
Reference in New Issue