@@ -95,3 +95,44 @@
border-radius: $baseSize / 2;
background: rgba($cBlue, 0.16);
}
+
+/* SG
+# Tags / Data Type
+
+```
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+```
+*/
+
+.CDB-ListDataType {
+ @include display-flex();
+}
+
+.CDB-ListDataType-item {
+ margin-right: $baseSize;
+}
+
+.CDB-DataType {
+ padding: $baseSize / 4 $baseSize / 2;
+ border-radius: $baseSize / 4;
+ background: $cThirdBackground;
+ text-transform: uppercase;
+}
+