Remove gradient animation from advertisement recommendations in ad_recommendation.php
This commit is contained in:
parent
f05a837ea2
commit
c388447cd5
@ -35,18 +35,9 @@ if ($stmt && $stmt->num_rows > 0) {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);
|
background: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%);
|
||||||
background-size: 300% 300%;
|
|
||||||
animation: gradientShift 10s ease infinite;
|
|
||||||
box-shadow: 0 0 50px rgba(233, 64, 87, 0.3);
|
box-shadow: 0 0 50px rgba(233, 64, 87, 0.3);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes gradientShift {
|
|
||||||
0% { background-position: 0% 50%; }
|
|
||||||
50% { background-position: 100% 50%; }
|
|
||||||
100% { background-position: 0% 50%; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.ad-recommendation-wrapper::before {
|
.ad-recommendation-wrapper::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user