| @@ -1,28 +1,4 @@ | ||
| 1 | -.chat-notification-badge { | |
| 2 | - animation: notification-pulse 2s infinite; | |
| 3 | - box-shadow: 0 0 0 rgba(255, 68, 68, 0.4); | |
| 4 | - transition: all 0.3s ease; | |
| 5 | -} | |
| 6 | - | |
| 7 | -@keyframes notification-pulse { | |
| 8 | - 0% { | |
| 9 | - transform: scale(1); | |
| 10 | - box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.4); | |
| 11 | - } | |
| 12 | - 70% { | |
| 13 | - transform: scale(1.1); | |
| 14 | - box-shadow: 0 0 0 10px rgba(255, 68, 68, 0); | |
| 15 | - } | |
| 16 | - 100% { | |
| 17 | - transform: scale(1); | |
| 18 | - box-shadow: 0 0 0 0 rgba(255, 68, 68, 0); | |
| 19 | - } | |
| 20 | -} | |
| 21 | - | |
| 22 | - | |
| 23 | - | |
| 24 | - | |
| 25 | 1 | /* Email Blocker Styles */ |
| 26 | 2 | .email-blocker { |
| 27 | 3 | display: flex; |
| 28 | 4 | flex-direction: column; |
| @@ -1109,10 +1085,9 @@ | ||
| 1109 | 1085 | align-items: center; |
| 1110 | 1086 | justify-content: center; |
| 1111 | 1087 | padding: 0; |
| 1112 | 1088 | line-height: 1; |
| 1113 | - display: flex; | |
| 1114 | - min-height: 20px; | |
| 1089 | + display: flex; /* Show the close button on hover */ | |
| 1115 | 1090 | } |
| 1116 | 1091 | |
| 1117 | 1092 | |
| 1118 | 1093 | |