Browse code

Add tom select npm package

Benjamin Roth authored on02/02/2023 12:00:30
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+.#{$select-ns}-dropdown.plugin-optgroup_columns {
2
+
3
+	.ts-dropdown-content{
4
+		display:	flex;
5
+	}
6
+
7
+	.optgroup {
8
+		border-right: 1px solid #f2f2f2;
9
+		border-top: 0 none;
10
+	    flex-grow: 1;
11
+	    flex-basis: 0;
12
+		min-width: 0;
13
+	}
14
+	.optgroup:last-child {
15
+		border-right: 0 none;
16
+	}
17
+	.optgroup:before {
18
+		display: none;
19
+	}
20
+	.optgroup-header {
21
+		border-top: 0 none;
22
+	}
23
+}