fix tags data type

This commit is contained in:
piensaenpixel
2016-07-06 18:26:52 +02:00
parent cbb213032a
commit aff9f0b7d3

View File

@@ -128,8 +128,9 @@
.CDB-Tag.CDB-Tag--opaque {
padding: $baseSize / 4 $halfBaseSize;
border: 0;
border-radius: $baseSize / 4;
background: $cThirdBackground;
background: rgba(0, 0, 0, 0.04);
text-transform: uppercase;
}