diff --git a/src/styles/blocks/calendar.scss b/src/styles/blocks/calendar.scss index 82743d3f4..6b704cc39 100644 --- a/src/styles/blocks/calendar.scss +++ b/src/styles/blocks/calendar.scss @@ -46,4 +46,10 @@ } } + + @for $length from 28 through 31 { + &__month-length--#{$length}> :nth-child(n + #{$length + 1}) { + display: none; + } + } } \ No newline at end of file diff --git a/src/styles/index.scss b/src/styles/index.scss index 077732695..01270e924 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,2 +1,2 @@ -@import './blocks/variables.scss'; -@import './blocks/calendar.scss'; \ No newline at end of file +@import './blocks/variables'; +@import './blocks/calendar'; \ No newline at end of file