This commit is contained in:
Yuri Kuznetsov
2022-09-15 18:55:02 +03:00
parent a6bb5a239b
commit 3be4510e63
@@ -122,13 +122,13 @@ body .fc-content-col > .fc-now-indicator-line {
&:before {
content: "";
position: inherit;
left: -3px;
left: -4px;
border-radius: 50%;
height: 6px;
width: 6px;
height: 8px;
width: 8px;
background-color: var(--brand-danger);
display: inline-block;
top: -2px;
top: -3px;
opacity: 0.9;
}
}