source: trip-planner-front/node_modules/angular-material/modules/js/bottomSheet/bottomSheet-default-theme.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 513 bytes
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.3
6 */
7md-bottom-sheet.md-THEME_NAME-theme {
8 background-color: '{{background-color}}';
9 border-top-color: '{{background-hue-3}}'; }
10 md-bottom-sheet.md-THEME_NAME-theme.md-list md-list-item {
11 color: '{{foreground-1}}'; }
12 md-bottom-sheet.md-THEME_NAME-theme .md-subheader {
13 background-color: '{{background-color}}'; }
14 md-bottom-sheet.md-THEME_NAME-theme .md-subheader {
15 color: '{{foreground-1}}'; }
Note: See TracBrowser for help on using the repository browser.