Skip to content

Commit b4ff9ee

Browse files
committed
removed unneccasary code:
1 parent c9e1bcb commit b4ff9ee

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

src/components/HealingIcon.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/components/HealingInfo.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/index.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -97,26 +97,6 @@ All colors MUST be HSL.
9797
}
9898
}
9999

100-
/* Self-healing mode styles */
101-
.healing-highlight {
102-
@apply ring-2 ring-orange-300 ring-opacity-50 animate-pulse;
103-
}
104-
105-
.healing-glow {
106-
box-shadow: 0 0 20px rgba(251, 146, 60, 0.3);
107-
}
108-
109-
/* Smooth transitions for healing mode */
110-
.healing-transition {
111-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
112-
}
113-
114-
@media (max-width: 1075px) {
115-
.healing-demo-desktop {
116-
display: none !important;
117-
}
118-
}
119-
120100
/* Hide username on iPad screen sizes */
121101
@media (min-width: 768px) and (max-width: 1080px) and (orientation: portrait),
122102
(min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {

0 commit comments

Comments
 (0)