UNPKG

ng-mat-daterange-picker

Version:

[![CircleCI](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker.svg?style=shield)](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [![Maintainability](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/maintainability)](https

35 lines (31 loc) 774 B
.ngx-mat-drp-calendar-container { display: flex; justify-content: space-around; min-width: 650px; height: 300px; } .ngx-mat-drp-calendar-item { flex-basis: 33.33%; min-width: 210px; padding: 1em; font-family: Roboto,"Helvetica Neue",sans-serif; font-size: 14px; font-weight: 400; } .ngx-mat-drp-menu { height: 100%; } .ngx-mat-drp-controls { display: flex; justify-content: space-around; margin: 10% auto; } .ngx-mat-drp-overlay { box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12); background: white; border-radius: 2px; } .ngx-mat-drp-overlay-backdrop { background-color: rgba(0,0,0,.2); opacity: 0.2; }