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

Side by Side Diff: chrome/common/extensions/docs/static/sass/_homepage.scss

Issue 140743011: New home page for developer.chrome.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed OWNERS Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 1
2 #gc-pagecontent { 2 #gc-pagecontent {
3 .g-section { 3 .g-section {
4 h1, h2, h3 { 4 h1, h2, h3 {
5 margin: 0; 5 margin: 0;
6 } 6 }
7 } 7 }
8 } 8 }
9 9
10 #upcoming-events, #featured { 10 #upcoming-events, #featured {
(...skipping 24 matching lines...) Expand all
35 //padding: $main-content-top-margin / 2; 35 //padding: $main-content-top-margin / 2;
36 padding: $default-padding; 36 padding: $default-padding;
37 text-align: center; 37 text-align: center;
38 38
39 h2 { 39 h2 {
40 padding-top: 20px; 40 padding-top: 20px;
41 41
42 &::before { 42 &::before {
43 display: block; 43 display: block;
44 content: ''; 44 content: '';
45 background: url("../images/bucket-icons.svg") 12px 50% no-repeat; 45 background: url("../../images/bucket-icons.svg") 12px 50% no-repeat;
46 width: 100px; 46 width: 100px;
47 height: 65px; 47 height: 65px;
48 background-size: cover; 48 background-size: cover;
49 margin: auto; 49 margin: auto;
50 margin-bottom: 20px; 50 margin-bottom: 20px;
51 } 51 }
52 &.multidevice { 52 &.multidevice {
53 &::before { 53 &::before {
54 background-position: -91px 50%; 54 background-position: -91px 50%;
55 } 55 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 img { 87 img {
88 margin-bottom: $default-padding; 88 margin-bottom: $default-padding;
89 } 89 }
90 } 90 }
91 } 91 }
92 92
93 // // Tablet 93 // // Tablet
94 // @media only screen and (min-width: $break-small + 1) and (max-width: $break-l arge) { 94 // @media only screen and (min-width: $break-small + 1) and (max-width: $break-l arge) {
95 95
96 // } 96 // }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698