mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-17 13:02:26 +00:00
Reduce font size for text in now-line element in DayCalendar component (#8212)
Revert prettier fixes Signed-off-by: Denis FL <denisfl@pm.me>
This commit is contained in:
parent
a8025bd9df
commit
17a21a9899
@ -1133,10 +1133,10 @@
|
||||
&::after {
|
||||
position: absolute;
|
||||
content: attr(data-now);
|
||||
top: -0.5rem;
|
||||
top: -0.46rem;
|
||||
left: -1.25rem;
|
||||
font-weight: 500;
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.66rem;
|
||||
color: var(--primary-button-color);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user