weiter
This commit is contained in:
@@ -466,6 +466,31 @@ h1 {
|
||||
border-left: 4px solid #059669;
|
||||
}
|
||||
|
||||
.post-card--highlight {
|
||||
box-shadow:
|
||||
0 1px 2px rgba(0, 0, 0, 0.1),
|
||||
0 0 0 4px rgba(102, 126, 234, 0.35);
|
||||
animation: post-card-highlight-pulse 1.4s ease-in-out 2;
|
||||
}
|
||||
|
||||
@keyframes post-card-highlight-pulse {
|
||||
0% {
|
||||
box-shadow:
|
||||
0 1px 2px rgba(0, 0, 0, 0.1),
|
||||
0 0 0 0 rgba(102, 126, 234, 0.45);
|
||||
}
|
||||
50% {
|
||||
box-shadow:
|
||||
0 1px 2px rgba(0, 0, 0, 0.1),
|
||||
0 0 0 8px rgba(102, 126, 234, 0.2);
|
||||
}
|
||||
100% {
|
||||
box-shadow:
|
||||
0 1px 2px rgba(0, 0, 0, 0.1),
|
||||
0 0 0 0 rgba(102, 126, 234, 0.45);
|
||||
}
|
||||
}
|
||||
|
||||
.post-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user