mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-18 05:28:05 +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 {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: attr(data-now);
|
content: attr(data-now);
|
||||||
top: -0.5rem;
|
top: -0.46rem;
|
||||||
left: -1.25rem;
|
left: -1.25rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 0.75rem;
|
font-size: 0.66rem;
|
||||||
color: var(--primary-button-color);
|
color: var(--primary-button-color);
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user