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

Side by Side Diff: chrome/common/extensions/docs/static/sass/_pillar.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 $panel-margin-right: 1.5em; 1 $panel-margin-right: 1.5em;
2 2
3 .pillar-content { 3 .pillar-content {
4 h1 { 4 h1 {
5 font-size: $h1-font-size; 5 font-size: $h1-font-size;
6 } 6 }
7 > .g-section { 7 > .g-section {
8 padding: 3em 0; 8 padding: 3em 0;
9 9
10 &:not(:last-of-type) { 10 &:not(:last-of-type) {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 font-weight: 300; 42 font-weight: 300;
43 } 43 }
44 } 44 }
45 } 45 }
46 46
47 #further-resources .g-content { 47 #further-resources .g-content {
48 h2 { 48 h2 {
49 &::before { 49 &::before {
50 display: inline-block; 50 display: inline-block;
51 content: ''; 51 content: '';
52 background: url("../images/further-resources-icons.svg") 0 50% no-repeat; 52 background: url("../../images/further-resources-icons.svg") 0 50% no-repea t;
53 width: 50px; 53 width: 50px;
54 height: 43px; 54 height: 43px;
55 background-size: cover; 55 background-size: cover;
56 margin: auto; 56 margin: auto;
57 margin-bottom: 5px; 57 margin-bottom: 5px;
58 vertical-align: middle; 58 vertical-align: middle;
59 } 59 }
60 &.school { 60 &.school {
61 &::before { 61 &::before {
62 background-position: 0 50%; 62 background-position: 0 50%;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 background: top center no-repeat; 153 background: top center no-repeat;
154 display: inline-block; 154 display: inline-block;
155 opacity: 0.5; 155 opacity: 0.5;
156 transition: opacity 0.3s ease 0s; 156 transition: opacity 0.3s ease 0s;
157 padding-top: 50px; 157 padding-top: 50px;
158 } 158 }
159 .nav-arrow:hover { 159 .nav-arrow:hover {
160 opacity: 1; 160 opacity: 1;
161 } 161 }
162 .down-arrow { 162 .down-arrow {
163 background-image: url("../images/down-arrow.png"); 163 background-image: url("../../images/down-arrow.png");
164 } 164 }
165 165
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_navbar.scss ('k') | chrome/docs/devtools-pillar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698