Skip to content

Commit 944198a

Browse files
clean up stylesheet comments
1 parent 1d46302 commit 944198a

File tree

1 file changed

+6
-12
lines changed
  • web-integrations/javascript-sdk/client-side/html/stylesheets

1 file changed

+6
-12
lines changed

web-integrations/javascript-sdk/client-side/html/stylesheets/app.css

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ a:hover {
287287
width: 16px;
288288
height: 16px;
289289
border-radius: 50%;
290-
background-color: #3B82F6; /* Info blue color matching portal */
290+
background-color: #3B82F6;
291291
color: white;
292292
border: none;
293293
font-size: 0.7rem;
@@ -312,16 +312,16 @@ a:hover {
312312
bottom: calc(100% + 8px); /* Position above with gap */
313313
left: 50%;
314314
transform: translateX(-50%);
315-
background-color: #1F2937; /* Dark sidepanel color matching portal */
315+
background-color: #1F2937;
316316
color: white;
317317
padding: 10px;
318318
border-radius: 4px;
319319
font-size: 0.75rem;
320-
line-height: 1.125; /* Exact line-height from portal */
321-
min-width: 300px; /* Minimum width to ensure wider tooltips */
322-
max-width: 570px; /* 3x wider for better text flow */
320+
line-height: 1.125;
321+
min-width: 300px;
322+
max-width: 570px;
323323
white-space: normal;
324-
z-index: 10000; /* High z-index to prevent cutoff */
324+
z-index: 10000;
325325
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
326326
transition: opacity 0.2s ease, visibility 0.2s ease;
327327
font-weight: 400;
@@ -350,7 +350,6 @@ a:hover {
350350
overflow: visible;
351351
}
352352

353-
/* Responsive Design */
354353
@media (max-width: 1024px) {
355354
.page-wrapper {
356355
flex-direction: column;
@@ -359,7 +358,6 @@ a:hover {
359358
.sidebar {
360359
position: static;
361360
max-height: none;
362-
order: -1; /* Put sidebar on top on mobile */
363361
}
364362

365363
body {
@@ -370,10 +368,6 @@ a:hover {
370368
padding: 1.5rem;
371369
}
372370

373-
h1 {
374-
font-size: 1.5rem;
375-
}
376-
377371
.email_prompt {
378372
flex-direction: column;
379373
}

0 commit comments

Comments
 (0)