source: trip-planner-front/node_modules/angular-material/modules/js/icon/icon.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: 447 bytes
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.3
6 */
7md-icon {
8 margin: auto;
9 background-repeat: no-repeat no-repeat;
10 display: inline-block;
11 vertical-align: middle;
12 fill: currentColor;
13 height: 24px;
14 width: 24px;
15 min-height: 24px;
16 min-width: 24px; }
17 md-icon svg {
18 pointer-events: none;
19 display: block; }
20 md-icon[md-font-icon] {
21 line-height: 24px;
22 width: auto; }
Note: See TracBrowser for help on using the repository browser.