From d21137ed730c85addfb092ca2b31bee3e4e43c82 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 20 Oct 2017 13:27:33 +0100 Subject: [PATCH] Clean up color box sizes --- services/web/public/stylesheets/app/ol-style-guide.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/ol-style-guide.less b/services/web/public/stylesheets/app/ol-style-guide.less index 391bf99a22..30e4e5045f 100644 --- a/services/web/public/stylesheets/app/ol-style-guide.less +++ b/services/web/public/stylesheets/app/ol-style-guide.less @@ -16,6 +16,7 @@ content: '@{colorVal}'; } .color-rgb-val::before { + font-size: 10px; content: '@{colorValAsRGB}'; } } @@ -29,8 +30,8 @@ .color-box { background: white; margin: 10px 4px; - flex: 1; border-radius: 4px; + width: 16.666%; .renderColorSwatchClasses(ol-blue-gray-1); .renderColorSwatchClasses(ol-blue-gray-2); .renderColorSwatchClasses(ol-blue-gray-3);