|
|
@@ -34,8 +34,8 @@
|
|
|
}
|
|
|
|
|
|
.shield-body {
|
|
|
- width: 36px;
|
|
|
- height: 42px;
|
|
|
+ width: 52px;
|
|
|
+ height: 60px;
|
|
|
background: linear-gradient(180deg, #ffc53d, #faad14);
|
|
|
clip-path: polygon(50% 0%, 100% 15%, 100% 65%, 50% 100%, 0% 65%, 0% 15%);
|
|
|
display: flex;
|
|
|
@@ -52,28 +52,28 @@
|
|
|
}
|
|
|
|
|
|
.lock-shackle {
|
|
|
- width: 12px;
|
|
|
- height: 8px;
|
|
|
+ width: 16px;
|
|
|
+ height: 12px;
|
|
|
border: 2px solid #1d1a0f;
|
|
|
border-bottom: none;
|
|
|
- border-radius: 6px 6px 0 0;
|
|
|
+ border-radius: 8px 8px 0 0;
|
|
|
}
|
|
|
|
|
|
.lock-body {
|
|
|
- width: 14px;
|
|
|
- height: 10px;
|
|
|
+ width: 18px;
|
|
|
+ height: 14px;
|
|
|
background: #1d1a0f;
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
|
|
|
@keyframes shield-glow {
|
|
|
0%, 100% {
|
|
|
- filter: drop-shadow(0 0 4px rgba(250, 173, 20, 0.3));
|
|
|
+ filter: drop-shadow(0 0 12px rgba(250, 173, 20, 0.4));
|
|
|
transform: scale(1);
|
|
|
}
|
|
|
50% {
|
|
|
- filter: drop-shadow(0 0 12px rgba(250, 173, 20, 0.6));
|
|
|
- transform: scale(1.08);
|
|
|
+ filter: drop-shadow(0 0 30px rgba(250, 173, 20, 0.8));
|
|
|
+ transform: scale(1.4);
|
|
|
}
|
|
|
}
|
|
|
</style>
|