mirror of https://github.com/zulip/zulip.git
sidebars: Update typography for sidebar titles.
This commit is contained in:
parent
a534e9fdb6
commit
14695dd26a
|
@ -328,6 +328,10 @@
|
|||
--message-box-markdown-aligned-vertical-space: 5px;
|
||||
}
|
||||
|
||||
/* Shared sidebar typography and effects values. */
|
||||
--font-weight-sidebar-heading: 600;
|
||||
--letter-spacing-sidebar-heading: 0.0469em;
|
||||
|
||||
/*
|
||||
Message box elements and values.
|
||||
*/
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
.left-sidebar-title {
|
||||
color: var(--color-text-sidebar-heading);
|
||||
font-size: inherit;
|
||||
font-weight: normal;
|
||||
display: inline;
|
||||
font-weight: var(--font-weight-sidebar-heading);
|
||||
letter-spacing: var(--letter-spacing-sidebar-heading);
|
||||
/* Override heading margin from Bootstrap. */
|
||||
margin: 0;
|
||||
/* Show an ellipsis on a heading when
|
||||
|
|
|
@ -15,8 +15,8 @@ $user_status_emoji_width: 24px;
|
|||
.right-sidebar-title {
|
||||
color: var(--color-text-sidebar-heading);
|
||||
font-size: inherit;
|
||||
font-weight: normal;
|
||||
display: inline;
|
||||
font-weight: var(--font-weight-sidebar-heading);
|
||||
letter-spacing: var(--letter-spacing-sidebar-heading);
|
||||
}
|
||||
|
||||
#buddy_list_wrapper {
|
||||
|
|
Loading…
Reference in New Issue