File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77Calendarify is a simple and lightweight Vanilla JavaScript datepicker library.
88
9+ ## Shortlinks
10+
11+ * [ Installation] ( #installation )
12+ * [ How to Use] ( #how-to-use )
13+ * [ Options] ( #options )
14+ * [ Types] ( #types )
15+ * [ File Sizes] ( #file-sizes )
16+
917## Installation
1018
1119#### NPM
Original file line number Diff line number Diff line change 5858 background : var (--background );
5959 box-shadow : var (--soft-box-shadow );
6060 border-radius : 1.5em ;
61- font-weight : 500 ;
61+ font-weight : bold ;
6262 font-size : .85rem ;
6363
6464 & :hover {
6969 }
7070
7171 .days-wrapper {
72- @include grid (7 , .6 em );
72+ @include grid (7 , .3 em );
7373 font-size : .9rem ;
7474 margin-bottom : .6em ;
7575
8080 }
8181
8282 .dates-wrapper {
83- @include grid (7 , .4 em );
83+ @include grid (7 , .3 em );
8484 font-size : .9rem ;
8585
8686 li {
You can’t perform that action at this time.
0 commit comments