ng-mat-daterange-picker
Version:
[](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [](https
25 lines (21 loc) • 517 B
CSS
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
.demo-main {
margin: 5% 0 0 10%;
}
.demo-box {
padding: 2% 0 2% 0;
color: orangered;
font-family: sans-serif;
}
.demo-rule {
margin-right: 10%;
}
.ngx-mat-drp-menu .ngx-mat-drp-presets-list li {
margin: 5px 0 5px 0;
padding: 4%;
cursor: pointer;
background: #fafafa;
color: #53b53f;
user-select: none;
}