@coorpacademy/components 11.36.4-alpha.15 → 11.36.4-alpha.16

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.
@@ -42,7 +42,7 @@
42
42
  display: flex;
43
43
  align-items: center;
44
44
  justify-content: space-between;
45
- padding: 0 4px 0 24px;
45
+ padding: 0 4px 0 16px;
46
46
  cursor: pointer;
47
47
  transition: box-shadow 0.2s;
48
48
  font-family: 'Gilroy';
@@ -475,7 +475,7 @@
475
475
  }
476
476
 
477
477
  .setting {
478
- height: 40px;
478
+ height: 44px;
479
479
  display: flex;
480
480
  align-items: center;
481
481
  justify-content: start;
@@ -559,8 +559,6 @@
559
559
  flex-direction: column;
560
560
  height: auto;
561
561
  align-items: baseline;
562
- margin-top: 15px;
563
- margin-bottom: 10px;
564
562
  width: 100%;
565
563
  padding-left: 0;
566
564
  }
@@ -42,7 +42,7 @@
42
42
  display: flex;
43
43
  align-items: center;
44
44
  justify-content: space-between;
45
- padding: 0 4px 0 24px;
45
+ padding: 0 4px 0 16px;
46
46
  cursor: pointer;
47
47
  transition: box-shadow 0.2s;
48
48
  font-family: 'Gilroy';
@@ -475,7 +475,7 @@
475
475
  }
476
476
 
477
477
  .setting {
478
- height: 40px;
478
+ height: 44px;
479
479
  display: flex;
480
480
  align-items: center;
481
481
  justify-content: start;
@@ -559,8 +559,6 @@
559
559
  flex-direction: column;
560
560
  height: auto;
561
561
  align-items: baseline;
562
- margin-top: 15px;
563
- margin-bottom: 10px;
564
562
  width: 100%;
565
563
  padding-left: 0;
566
564
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.36.4-alpha.15+09a0800fb",
3
+ "version": "11.36.4-alpha.16+4f9705963",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -165,5 +165,5 @@
165
165
  "last 2 versions",
166
166
  "IE 11"
167
167
  ],
168
- "gitHead": "09a0800fb3bc2d6f31b1b9b0fd0e5dce07a1a6ca"
168
+ "gitHead": "4f97059634f957e999b5fc4ac557a4145d19a0f1"
169
169
  }