UNPKG

@hicoder/angular-cli

Version:

Angular UI componenets and service generator. It works with the mean-rest-express package to generate the end to end web application. The input to this generator is the Mongoose schema defined for the express application. mean-rest-express exposes the Res

41 lines (39 loc) 783 B
/*NdbDatePicker Range Selector */ .custom-day { text-align: center; padding: 0.185rem 0.25rem; display: inline-block; height: 2rem; width: 2rem; } .custom-day.focused { background-color: #e6e6e6; } .custom-day.range, .custom-day:hover { background-color: rgb(2, 117, 216); color: white; } .custom-day.faded { background-color: rgba(2, 117, 216, 0.5); } .date-selection-pop { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 1000; display: block; float: left; min-width: 10rem; /*padding:.5rem 0;*/ margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid #dfdfdf; border-radius: 0.25rem; }