Skip to content

Commit 99edd36

Browse files
committed
feat(contact-launcher): enhance FAB styling with increased padding, gap, and size
1 parent 6e71618 commit 99edd36

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/styles/global.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -514,28 +514,29 @@ h1{
514514
.rd-contact__fab {
515515
display: inline-flex;
516516
align-items: center;
517-
gap: 10px;
518-
padding: 12px 14px;
517+
gap: 14px;
518+
padding: 18px 20px;
519519
border-radius: 999px;
520520
border: 1px solid rgba(255,255,255,.15);
521521
background: rgba(12,14,18,.85);
522522
color: #fff;
523523
cursor: pointer;
524524
backdrop-filter: blur(10px);
525+
font-size: 1.05rem
525526
}
526527

527528
.rd-contact__fab-dot {
528-
width: 10px;
529-
height: 10px;
529+
width: 14px;
530+
height: 14px;
530531
border-radius: 50%;
531532
background: var(--accent, #7aa2ff);
532-
box-shadow: 0 0 0 4px rgba(122,162,255,.2);
533+
box-shadow: 0 0 0 6px rgba(122,162,255,.22);
533534
}
534535

535536
.rd-contact__pop {
536537
position: absolute;
537538
right: 0;
538-
bottom: 58px;
539+
bottom: 88px;
539540
width: min(360px, calc(100vw - 36px));
540541
border-radius: 16px;
541542
background: rgba(12,14,18,.95);

0 commit comments

Comments
 (0)