mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-21 15:44:26 +08:00
[Feat] Settings UI Auth (#3) & Prepare for v0.1.1-rel
This commit is contained in:
@@ -68,3 +68,29 @@
|
||||
.aura-settings-entry-property-icon.layui-icon-refresh {
|
||||
color: rgb(0, 106, 188);
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
|
||||
@keyframes invalidShake {
|
||||
0% {
|
||||
margin-left: calc(-10px * 2);
|
||||
}
|
||||
16% {
|
||||
margin-left: calc(9px * 2);
|
||||
}
|
||||
33% {
|
||||
margin-left: calc(-6px * 2);
|
||||
}
|
||||
50% {
|
||||
margin-left: calc(5px * 2);
|
||||
}
|
||||
66% {
|
||||
margin-left: calc(-2px * 2);
|
||||
}
|
||||
83% {
|
||||
margin-left: calc(1px * 2);
|
||||
}
|
||||
100% {
|
||||
margin-left: calc(0px * 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user