vendor/assets/stylesheets/components/_calendar.scss in active_frontend-14.0.72 vs vendor/assets/stylesheets/components/_calendar.scss in active_frontend-14.0.73

- old
+ new

@@ -40,15 +40,25 @@ &:hover, &:active { color: color(primary); } } } -.calendar-header-left { text-align: left; } +.calendar-header-left { + text-align: left; + + > * { margin: 0 auto 0 0; } +} .calendar-header-center { text-align: center; width: 50%; + + > * { margin: 0 auto; } } -.calendar-header-right { text-align: right; } +.calendar-header-right { + text-align: right; + + > * { margin: 0 0 0 auto; } +} .calendar-header-title { display: inline-block; margin-top: 6px; padding: 0 20px; vertical-align: top;