Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2296453002: Fixed observatory header buttons font (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Global styles */ 1 /* Global styles */
2 * { 2 * {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 box-sizing: border-box; 5 box-sizing: border-box;
6 } 6 }
7 7
8 body { 8 body {
9 padding-top: 56px; 9 padding-top: 56px;
10 color: #333; 10 color: #333;
11 font: 400 14px 'Montserrat', sans-serif; 11 font: 400 14px 'Montserrat', sans-serif;
12 } 12 }
13 13
14 button {
15 font: 400 14px 'Montserrat', sans-serif;
16 }
17
14 .content { 18 .content {
15 padding-left: 10%; 19 padding-left: 10%;
16 font: 400 14px 'Montserrat', sans-serif; 20 font: 400 14px 'Montserrat', sans-serif;
17 } 21 }
18 22
19 .content-centered { 23 .content-centered {
20 padding-left: 10%; 24 padding-left: 10%;
21 padding-right: 10%; 25 padding-right: 10%;
22 font: 400 14px 'Montserrat', sans-serif; 26 font: 400 14px 'Montserrat', sans-serif;
23 } 27 }
(...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 1735
1732 vm-connect-target > button.delete-button:hover { 1736 vm-connect-target > button.delete-button:hover {
1733 background: #ff0000; 1737 background: #ff0000;
1734 } 1738 }
1735 1739
1736 /* vm-connect */ 1740 /* vm-connect */
1737 1741
1738 vm-connect ul { 1742 vm-connect ul {
1739 list-style-type: none; 1743 list-style-type: none;
1740 } 1744 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698