Clean up color box sizes

This commit is contained in:
Alasdair Smith 2017-10-20 13:27:33 +01:00
parent 525defb92d
commit d21137ed73

View file

@ -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);