Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: static/css/main.css

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Minor fixes Created July 20, 2017, 5:42 p.m.
Right Patch Set: Move styling for cards on committee page to committee/index.html Created July 25, 2017, 1:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/solutions/index.html ('k') | static/scss/_variables.scss » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 .m-a-na { 1 .m-a-na {
2 margin: 0 0 !important; } 2 margin: 0 0 !important; }
3 3
4 .m-t-na { 4 .m-t-na {
5 margin-top: 0 !important; } 5 margin-top: 0 !important; }
6 6
7 .m-b-na { 7 .m-b-na {
8 margin-bottom: 0 !important; } 8 margin-bottom: 0 !important; }
9 9
10 .m-x-na { 10 .m-x-na {
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 border: 1px solid #161616; 1045 border: 1px solid #161616;
1046 background-color: #FFFFFF; } 1046 background-color: #FFFFFF; }
1047 1047
1048 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3 , .card .group.items .item::before, .group.items .card .item::before, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5 , .card .h6 { 1048 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3 , .card .group.items .item::before, .group.items .card .item::before, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5 , .card .h6 {
1049 height: 48px; 1049 height: 48px;
1050 margin: 16px 0 16px 0; } 1050 margin: 16px 0 16px 0; }
1051 @media (max-width: 544px) { 1051 @media (max-width: 544px) {
1052 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car d h3, .card .group.items .item::before, .group.items .card .item::before, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6 { 1052 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car d h3, .card .group.items .item::before, .group.items .card .item::before, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6 {
1053 height: auto; } } 1053 height: auto; } }
1054 1054
1055 .card article .card-heading {
1056 height: auto; }
1057 @media (min-width: 768px) {
1058 .card article .card-heading {
1059 height: 120px; } }
1060
1061 .card-icon { 1055 .card-icon {
1062 margin: 16px 0; } 1056 margin: 16px 0; }
1063 1057
1064 .center .card-icon { 1058 .center .card-icon {
1065 margin: 48px 0 32px 0; } 1059 margin: 48px 0 32px 0; }
1066 @media (max-width: 768px) { 1060 @media (max-width: 768px) {
1067 .center .card-icon { 1061 .center .card-icon {
1068 margin-top: 32px; } } 1062 margin-top: 32px; } }
1069 @media (max-width: 544px) { 1063 @media (max-width: 544px) {
1070 .center .card-icon { 1064 .center .card-icon {
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1740 height: 0; 1734 height: 0;
1741 content: " "; 1735 content: " ";
1742 border-top: 2px solid #FFFFFF; } 1736 border-top: 2px solid #FFFFFF; }
1743 #footer a { 1737 #footer a {
1744 color: #FFFFFF; } 1738 color: #FFFFFF; }
1745 #footer a:hover { 1739 #footer a:hover {
1746 text-decoration: underline; 1740 text-decoration: underline;
1747 color: #8CC63E !important; } 1741 color: #8CC63E !important; }
1748 #footer p { 1742 #footer p {
1749 color: #E1E1E1; } 1743 color: #E1E1E1; }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld