@colijnit/corecomponents_v12 300.1.6 → 300.1.7

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.
@@ -97,7 +97,7 @@
97
97
 
98
98
  .first-half-hour,
99
99
  .second-half-hour {
100
- background: none;
100
+
101
101
 
102
102
  &.selected {
103
103
  background-color: rgba(26, 115, 232, 0.2);
@@ -19,6 +19,7 @@
19
19
  .co-icon {
20
20
  width: $cc-co-list-of-icons-icon-size;
21
21
  height: $cc-co-list-of-icons-icon-size;
22
+ padding: $cc-co-list-of-icons-icon-padding;
22
23
  }
23
24
 
24
25
  .label {
@@ -56,8 +57,8 @@
56
57
 
57
58
  .dropdown-menu {
58
59
  position: fixed;
59
- width: $cc-co-list-of-icons-popup-width;
60
- padding-top: $cc-co-list-of-icons-popup-padding-top;
60
+ width: auto;
61
+ padding: $cc-co-list-of-icons-popup-padding;
61
62
  border-radius: $cc-co-list-of-icons-popup-border-radius;
62
63
  z-index: $cc-co-list-of-icons-popup-z-index;
63
64
 
@@ -72,6 +73,7 @@
72
73
  .co-icon {
73
74
  width: $cc-co-list-of-icons-icon-size;
74
75
  height: $cc-co-list-of-icons-icon-size;
76
+ padding: $cc-co-list-of-icons-icon-padding;
75
77
  }
76
78
 
77
79
  .label {
@@ -2,10 +2,10 @@ $cc-co-list-of-icons-font-family: $cc-font-family !default;
2
2
  $cc-co-list-of-icons-font-size: $cc-font-size-default !default;
3
3
  $cc-co-list-of-icons-background-color: white !default;
4
4
  $cc-co-list-of-icons-icon-size: 25px !default;
5
+ $cc-co-list-of-icons-icon-padding: 2px !default;
5
6
 
6
7
  //Popup (portaled to the document body by the OverlayService) variables
7
- $cc-co-list-of-icons-popup-width: 65px !default;
8
- $cc-co-list-of-icons-popup-padding-top: 10px !default;
8
+ $cc-co-list-of-icons-popup-padding: 10px 5px 0 5px !default;
9
9
  $cc-co-list-of-icons-popup-border-radius: 5px !default;
10
10
  $cc-co-list-of-icons-popup-z-index: 99999999 !default;
11
11
  $cc-co-list-of-icons-popup-background-color: #fff !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "300.1.6",
3
+ "version": "300.1.7",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {