| OLD | NEW |
| 1 /* Global styles */ | 1 /* Global styles */ |
| 2 * { | 2 * { |
| 3 margin: 0; | 3 margin: 0; |
| 4 padding: 0; | 4 padding: 0; |
| 5 font: 400 14px 'Montserrat', sans-serif; | 5 font: 400 14px 'Montserrat', sans-serif; |
| 6 color: #333; | 6 color: #333; |
| 7 box-sizing: border-box; | 7 box-sizing: border-box; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body { | 10 body { |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 removed */ | 454 removed */ |
| 455 | 455 |
| 456 function-ref-wrapped > a[href]:hover { | 456 function-ref-wrapped > a[href]:hover { |
| 457 text-decoration: underline; | 457 text-decoration: underline; |
| 458 } | 458 } |
| 459 function-ref-wrapped > a[href] { | 459 function-ref-wrapped > a[href] { |
| 460 color: #0489c3; | 460 color: #0489c3; |
| 461 text-decoration: none; | 461 text-decoration: none; |
| 462 } | 462 } |
| 463 | 463 |
| 464 /* isolate-reconnect */ |
| 465 |
| 466 isolate-reconnect div.doubleSpaced { |
| 467 line-height: 2em; |
| 468 } |
| 469 |
| 464 /* isolate-ref */ | 470 /* isolate-ref */ |
| 465 /* TODO(cbernaschina) fix isolate-ref-wrapped to isolate-ref when wrapper | 471 /* TODO(cbernaschina) fix isolate-ref-wrapped to isolate-ref when wrapper |
| 466 removed */ | 472 removed */ |
| 467 | 473 |
| 468 isolate-ref-wrapped > a[href]:hover { | 474 isolate-ref-wrapped > a[href]:hover { |
| 469 text-decoration: underline; | 475 text-decoration: underline; |
| 470 } | 476 } |
| 471 isolate-ref-wrapped > a[href] { | 477 isolate-ref-wrapped > a[href] { |
| 472 color: #0489c3; | 478 color: #0489c3; |
| 473 text-decoration: none; | 479 text-decoration: none; |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 | 740 |
| 735 vm-connect-target > button.delete-button:hover { | 741 vm-connect-target > button.delete-button:hover { |
| 736 background: #ff0000; | 742 background: #ff0000; |
| 737 } | 743 } |
| 738 | 744 |
| 739 /* vm-connect */ | 745 /* vm-connect */ |
| 740 | 746 |
| 741 vm-connect ul { | 747 vm-connect ul { |
| 742 list-style-type: none; | 748 list-style-type: none; |
| 743 } | 749 } |
| OLD | NEW |