header part update , translation issue fixed
This commit is contained in:
@@ -60,10 +60,23 @@ body {
|
||||
box-shadow: 0px 0px 15px 5px var(--secondary);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes icon_animatsion_tool2 {
|
||||
from{
|
||||
box-shadow:none;
|
||||
}to{
|
||||
box-shadow: 0px 0px 15px 5px var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
.icon_animation{
|
||||
animation: icon_animatsion_tool 2s infinite alternate-reverse ;
|
||||
}
|
||||
|
||||
.icon_animation2{
|
||||
animation: icon_animatsion_tool2 0.9s infinite alternate-reverse ;
|
||||
}
|
||||
|
||||
@media(max-width:640px){
|
||||
/* 🟠 Sariq blok trapezoid shakl */
|
||||
.clip-trapezoid {
|
||||
|
||||
Reference in New Issue
Block a user