Timeline date headers
This commit is contained in:
parent
0fa069f260
commit
f9440bf594
41 changed files with 1183 additions and 771 deletions
25
stylesheets/components/TimelineDateHeader.scss
Normal file
25
stylesheets/components/TimelineDateHeader.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.TimelineDateHeader {
|
||||
@include font-body-2;
|
||||
display: block;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
|
||||
@include light-theme {
|
||||
color: $color-gray-60;
|
||||
}
|
||||
@include dark-theme {
|
||||
color: $color-gray-05;
|
||||
}
|
||||
|
||||
&--inline {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
&--floating {
|
||||
@include timeline-floating-header-node;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue