MozReview: Update base site colors and fonts (Bug 1056377). r?smacleod draft
authorDavid Walsh <dwalsh@mozilla.com>
Fri, 24 Jun 2016 09:51:06 -0500
changeset 8600 a1703830bce1c18a718cccd431e419b7d10faa53
parent 8577 d3ec5d71c8e79141dc80e66b5a629243006ff4e7
child 8601 19751ae5bfc8644d72014e4596649459f7b06873
child 8774 e894abc09f520a26165ff8cc0549118ed3fae5a3
push id943
push userbmo:dwalsh@mozilla.com
push dateFri, 24 Jun 2016 17:39:03 +0000
reviewerssmacleod
bugs1056377
MozReview: Update base site colors and fonts (Bug 1056377). r?smacleod MozReview-Commit-ID: 3JAddi5hTZI
pylib/mozreview/mozreview/static/mozreview/css/common.less
--- a/pylib/mozreview/mozreview/static/mozreview/css/common.less
+++ b/pylib/mozreview/mozreview/static/mozreview/css/common.less
@@ -1,7 +1,25 @@
 #accountnav li {
   visibility: hidden;
 }
 
 #navbar a[href="/r/new/"] {
   display: none;
 }
+
+/*
+  Mozilla skin
+*/
+@moz-blue-dark: #d4dde4;
+@moz-blue-light: #eaeff2;
+
+.border-radius(...) {
+  -moz-border-radius: @arguments;
+  -webkit-border-radius: @arguments;
+  border-radius: @arguments;
+}
+
+body {
+  background: @moz-blue-light;
+  font-size: 13px;
+  padding-top: 8px;
+}