@agorapulse/ui-theme 15.0.17 → 15.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ng-select {
|
|
11
|
-
div,
|
|
11
|
+
div,
|
|
12
|
+
span {
|
|
12
13
|
font-weight: normal !important;
|
|
13
14
|
}
|
|
14
15
|
input {
|
|
@@ -39,6 +40,11 @@
|
|
|
39
40
|
ap-symbol {
|
|
40
41
|
padding-right: $padding-s;
|
|
41
42
|
}
|
|
43
|
+
ap-avatar {
|
|
44
|
+
ap-symbol {
|
|
45
|
+
padding: 0 !important;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
42
48
|
}
|
|
43
49
|
}
|
|
44
50
|
}
|
|
@@ -53,7 +59,7 @@
|
|
|
53
59
|
&.ng-select-single {
|
|
54
60
|
.ng-select-container {
|
|
55
61
|
.ng-value-container {
|
|
56
|
-
.ng-input
|
|
62
|
+
.ng-input {
|
|
57
63
|
padding-left: $padding-m;
|
|
58
64
|
}
|
|
59
65
|
}
|
|
@@ -94,7 +100,8 @@ form.submitted {
|
|
|
94
100
|
}
|
|
95
101
|
.ng-dropdown-panel-items {
|
|
96
102
|
padding: $padding-s 0;
|
|
97
|
-
.ng-option,
|
|
103
|
+
.ng-option,
|
|
104
|
+
.ng-optgroup {
|
|
98
105
|
padding: $padding-s $padding-m;
|
|
99
106
|
span {
|
|
100
107
|
color: $form-control-selected-font-color;
|
|
@@ -102,10 +109,15 @@ form.submitted {
|
|
|
102
109
|
ap-symbol {
|
|
103
110
|
padding-right: $padding-s;
|
|
104
111
|
}
|
|
112
|
+
ap-avatar {
|
|
113
|
+
ap-symbol {
|
|
114
|
+
padding: 0 !important;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
105
117
|
.checkmark {
|
|
106
118
|
ap-symbol {
|
|
107
119
|
padding-right: 0;
|
|
108
|
-
}
|
|
120
|
+
}
|
|
109
121
|
}
|
|
110
122
|
}
|
|
111
123
|
div {
|