@coorpacademy/components 10.5.7-alpha.11 → 10.5.7-alpha.15

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.
@@ -78,7 +78,11 @@
78
78
 
79
79
  .selectOption,
80
80
 
81
- .no-label .selectWrapper,
81
+ .no-label .selectWrapper{
82
+ min-width: min-content;
83
+ height: min-content;
84
+ }
85
+
82
86
  .player .selectWrapper {
83
87
  min-width: min-content;
84
88
  height: min-content;
@@ -233,6 +237,8 @@ div:not(.player) .noLabelCommon.selectSpan {
233
237
  border: 1px solid light;
234
238
  background: white;
235
239
  border-radius: 2px;
240
+ min-width: min-content;
241
+ width: 100%;
236
242
  }
237
243
 
238
244
  div.player .noLabelCommon.selectSpan {
@@ -347,6 +353,7 @@ div.player .noLabelCommon.selectSpan {
347
353
  margin: 0;
348
354
  height: 35px;
349
355
  border: 0;
356
+ width: inherit;
350
357
  }
351
358
 
352
359
  .mooc select {
@@ -465,7 +472,11 @@ div.player .noLabelCommon.selectSpan {
465
472
 
466
473
  .header {
467
474
  composes: mooc;
468
- width: auto;
475
+ /* width: auto; */
476
+ }
477
+
478
+ .header .selectBox {
479
+ margin-left: 0;
469
480
  }
470
481
 
471
482
  .default .selectWrapper select.selectBox {
@@ -477,7 +488,20 @@ div.player .noLabelCommon.selectSpan {
477
488
  top: 0;
478
489
  }
479
490
 
480
- .header select {
491
+ .header .title,
492
+
493
+ .header .selectWrapper span.selectSpan {
494
+ min-width: 150px;
495
+ color: transparent;
496
+ }
497
+
498
+ .header .selectWrapper select.selectBox {
499
+ padding-left: 10px;
500
+ border-radius: 2px;
501
+ padding-right: 30px;
502
+ }
503
+
504
+ .header .selectBox {
481
505
  background-color: light;
482
506
  border: 0;
483
507
  font-weight: 700;
@@ -25,6 +25,10 @@
25
25
  color: color(cm_blue_900 a(0.3));
26
26
  }
27
27
 
28
+ .freeText:-ms-input-placeholder {
29
+ color: color(cm_blue_900 a(0.3))!important;
30
+ }
31
+
28
32
  .freeText:focus {
29
33
  outline: none;
30
34
  }
@@ -78,7 +78,11 @@
78
78
 
79
79
  .selectOption,
80
80
 
81
- .no-label .selectWrapper,
81
+ .no-label .selectWrapper{
82
+ min-width: min-content;
83
+ height: min-content;
84
+ }
85
+
82
86
  .player .selectWrapper {
83
87
  min-width: min-content;
84
88
  height: min-content;
@@ -233,6 +237,8 @@ div:not(.player) .noLabelCommon.selectSpan {
233
237
  border: 1px solid light;
234
238
  background: white;
235
239
  border-radius: 2px;
240
+ min-width: min-content;
241
+ width: 100%;
236
242
  }
237
243
 
238
244
  div.player .noLabelCommon.selectSpan {
@@ -347,6 +353,7 @@ div.player .noLabelCommon.selectSpan {
347
353
  margin: 0;
348
354
  height: 35px;
349
355
  border: 0;
356
+ width: inherit;
350
357
  }
351
358
 
352
359
  .mooc select {
@@ -465,7 +472,11 @@ div.player .noLabelCommon.selectSpan {
465
472
 
466
473
  .header {
467
474
  composes: mooc;
468
- width: auto;
475
+ /* width: auto; */
476
+ }
477
+
478
+ .header .selectBox {
479
+ margin-left: 0;
469
480
  }
470
481
 
471
482
  .default .selectWrapper select.selectBox {
@@ -477,7 +488,20 @@ div.player .noLabelCommon.selectSpan {
477
488
  top: 0;
478
489
  }
479
490
 
480
- .header select {
491
+ .header .title,
492
+
493
+ .header .selectWrapper span.selectSpan {
494
+ min-width: 150px;
495
+ color: transparent;
496
+ }
497
+
498
+ .header .selectWrapper select.selectBox {
499
+ padding-left: 10px;
500
+ border-radius: 2px;
501
+ padding-right: 30px;
502
+ }
503
+
504
+ .header .selectBox {
481
505
  background-color: light;
482
506
  border: 0;
483
507
  font-weight: 700;
@@ -25,6 +25,10 @@
25
25
  color: color(cm_blue_900 a(0.3));
26
26
  }
27
27
 
28
+ .freeText:-ms-input-placeholder {
29
+ color: color(cm_blue_900 a(0.3))!important;
30
+ }
31
+
28
32
  .freeText:focus {
29
33
  outline: none;
30
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.5.7-alpha.11+e3e0df73f",
3
+ "version": "10.5.7-alpha.15+56761c0e6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -119,5 +119,5 @@
119
119
  "webpack-hot-middleware": "^2.25.0"
120
120
  },
121
121
  "author": "CoorpAcademy",
122
- "gitHead": "e3e0df73f83fbdc265afe410944cd5fe62e137a4"
122
+ "gitHead": "56761c0e678d8783f499cd12f2a866998e4b3a16"
123
123
  }