@coorpacademy/components 10.5.7-alpha.12 → 10.5.7-alpha.13
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.
- package/es/atom/select/style.css +22 -3
- package/lib/atom/select/style.css +22 -3
- package/package.json +2 -2
package/es/atom/select/style.css
CHANGED
|
@@ -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 {
|
|
@@ -465,7 +471,11 @@ div.player .noLabelCommon.selectSpan {
|
|
|
465
471
|
|
|
466
472
|
.header {
|
|
467
473
|
composes: mooc;
|
|
468
|
-
width: auto;
|
|
474
|
+
/* width: auto; */
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.header .selectBox {
|
|
478
|
+
margin-left: 0;
|
|
469
479
|
}
|
|
470
480
|
|
|
471
481
|
.default .selectWrapper select.selectBox {
|
|
@@ -477,7 +487,16 @@ div.player .noLabelCommon.selectSpan {
|
|
|
477
487
|
top: 0;
|
|
478
488
|
}
|
|
479
489
|
|
|
480
|
-
.header
|
|
490
|
+
.header .title {
|
|
491
|
+
display: flex;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.header .selectWrapper select.selectBox {
|
|
495
|
+
padding-left: 10px;
|
|
496
|
+
border-radius: 2px;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.header .selectBox {
|
|
481
500
|
background-color: light;
|
|
482
501
|
border: 0;
|
|
483
502
|
font-weight: 700;
|
|
@@ -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 {
|
|
@@ -465,7 +471,11 @@ div.player .noLabelCommon.selectSpan {
|
|
|
465
471
|
|
|
466
472
|
.header {
|
|
467
473
|
composes: mooc;
|
|
468
|
-
width: auto;
|
|
474
|
+
/* width: auto; */
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.header .selectBox {
|
|
478
|
+
margin-left: 0;
|
|
469
479
|
}
|
|
470
480
|
|
|
471
481
|
.default .selectWrapper select.selectBox {
|
|
@@ -477,7 +487,16 @@ div.player .noLabelCommon.selectSpan {
|
|
|
477
487
|
top: 0;
|
|
478
488
|
}
|
|
479
489
|
|
|
480
|
-
.header
|
|
490
|
+
.header .title {
|
|
491
|
+
display: flex;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.header .selectWrapper select.selectBox {
|
|
495
|
+
padding-left: 10px;
|
|
496
|
+
border-radius: 2px;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.header .selectBox {
|
|
481
500
|
background-color: light;
|
|
482
501
|
border: 0;
|
|
483
502
|
font-weight: 700;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.5.7-alpha.
|
|
3
|
+
"version": "10.5.7-alpha.13+6e4a1e994",
|
|
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": "
|
|
122
|
+
"gitHead": "6e4a1e9947eaef242093b267f51c91652d151972"
|
|
123
123
|
}
|