| 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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1056 text-decoration: none; | 1056 text-decoration: none; |
| 1057 } | 1057 } |
| 1058 | 1058 |
| 1059 /* isolate-shared-summary */ | 1059 /* isolate-shared-summary */ |
| 1060 /* TODO(cbernaschina) fix isolate-shared-summary-wrapped | 1060 /* TODO(cbernaschina) fix isolate-shared-summary-wrapped |
| 1061 to isolate-shared-summary when wrapper removed */ | 1061 to isolate-shared-summary when wrapper removed */ |
| 1062 | 1062 |
| 1063 isolate-shared-summary, | 1063 isolate-shared-summary, |
| 1064 isolate-shared-summary-wrapped { | 1064 isolate-shared-summary-wrapped { |
| 1065 display: block; | 1065 display: block; |
| 1066 } |
| 1067 isolate-shared-summary-wrapped > .summary { |
| 1066 height: 300px; | 1068 height: 300px; |
| 1067 position: relative; | 1069 position: relative; |
| 1068 } | 1070 } |
| 1069 isolate-shared-summary-wrapped > .menu { | 1071 isolate-shared-summary-wrapped > .menu { |
| 1070 float: right; | 1072 float: right; |
| 1071 top: 0; | 1073 top: 0; |
| 1072 right: 0; | 1074 right: 0; |
| 1073 } | 1075 } |
| 1074 isolate-shared-summary-wrapped > isolate-counter-chart { | 1076 isolate-shared-summary-wrapped > isolate-counter-chart { |
| 1075 position: absolute; | 1077 position: absolute; |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1690 | 1692 |
| 1691 vm-connect-target > button.delete-button:hover { | 1693 vm-connect-target > button.delete-button:hover { |
| 1692 background: #ff0000; | 1694 background: #ff0000; |
| 1693 } | 1695 } |
| 1694 | 1696 |
| 1695 /* vm-connect */ | 1697 /* vm-connect */ |
| 1696 | 1698 |
| 1697 vm-connect ul { | 1699 vm-connect ul { |
| 1698 list-style-type: none; | 1700 list-style-type: none; |
| 1699 } | 1701 } |
| OLD | NEW |