UI: chat header style improvements (#25057)
Small visual improvements for chat header on mobile: - makes the Back to Forum target size slightly narrower - makes the text color consistent between header and back button (and d-icon) - makes the chat heading bold
This commit is contained in:
parent
cd818ab63f
commit
1061bf97e2
|
@ -14,12 +14,11 @@
|
|||
align-items: center;
|
||||
|
||||
.back-to-forum {
|
||||
color: var(--primary-medium);
|
||||
color: var(--primary);
|
||||
font-size: var(--font-up-1);
|
||||
font-weight: var(--font-bold);
|
||||
padding: 0.8rem;
|
||||
padding: 0.5rem 0.8rem;
|
||||
|
||||
&:focus {
|
||||
.d-icon {
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
@ -27,9 +26,9 @@
|
|||
.c-heading {
|
||||
color: var(--primary);
|
||||
font-size: var(--font-up-2);
|
||||
font-weight: var(--font-bold);
|
||||
font-weight: bold;
|
||||
margin: 0 auto;
|
||||
padding: 0.6rem;
|
||||
padding: 0.4rem 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue