Authored by htoooth

fix

... ... @@ -709,7 +709,7 @@
@define-mixin special-limit-day-box $top, $before, $after {
position: absolute;
top: -$(top)px;
top: -$(top)px; /* stylelint-disable-line */
left: 73%;
margin-left: -80px;
padding: 15px;
... ... @@ -720,7 +720,7 @@
&:after {
position: absolute;
top: $(after)px;
top: $(after)px; /* stylelint-disable-line */
left: -10px;
content: "";
display: inline-block;
... ... @@ -733,7 +733,7 @@
&:before {
position: absolute;
top: $(before)px;
top: $(before)px; /* stylelint-disable-line */
left: -9px;
z-index: 20;
content: "";
... ...
... ... @@ -589,7 +589,7 @@
@define-mixin special-limit-day-box $top, $before, $after {
position: absolute;
top: -$(top)px;
top: -$(top)px; /* stylelint-disable-line */
left: 90%;
margin-left: -80px;
padding: 15px;
... ... @@ -602,7 +602,7 @@
&:after {
position: absolute;
top: $(after)px;
top: $(after)px; /* stylelint-disable-line */
left: -10px;
content: "";
display: inline-block;
... ... @@ -615,7 +615,7 @@
&:before {
position: absolute;
top: $(before)px;
top: $(before)px; /* stylelint-disable-line */
left: -9px;
z-index: 20;
content: "";
... ...