@sankhyalabs/ez-design 2.0.2 → 2.0.3
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/dist/default/ez-themed.css +12 -12
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/unicode.html +4 -4
- package/package.json +1 -1
|
@@ -8416,8 +8416,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8416
8416
|
.ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-selection-checkbox {
|
|
8417
8417
|
margin: 0 5px; }
|
|
8418
8418
|
.ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-checkbox-input-wrapper {
|
|
8419
|
-
width:
|
|
8420
|
-
height:
|
|
8419
|
+
width: 20px;
|
|
8420
|
+
height: 20px; }
|
|
8421
8421
|
.ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-checkbox-input-wrapper input[type="checkbox"] {
|
|
8422
8422
|
position: relative;
|
|
8423
8423
|
cursor: pointer;
|
|
@@ -8427,8 +8427,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8427
8427
|
content: "";
|
|
8428
8428
|
display: block;
|
|
8429
8429
|
position: absolute;
|
|
8430
|
-
width:
|
|
8431
|
-
height:
|
|
8430
|
+
width: 20px;
|
|
8431
|
+
height: 20px;
|
|
8432
8432
|
top: 50%;
|
|
8433
8433
|
left: 50%;
|
|
8434
8434
|
transform: translate(-50%, -50%);
|
|
@@ -8449,8 +8449,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8449
8449
|
-ms-transform: rotate(45deg);
|
|
8450
8450
|
transform: rotate(45deg);
|
|
8451
8451
|
position: absolute;
|
|
8452
|
-
top:
|
|
8453
|
-
left:
|
|
8452
|
+
top: 5.5px;
|
|
8453
|
+
left: 7.5px; }
|
|
8454
8454
|
.ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-checkbox-input-wrapper input[type="checkbox"]:indeterminate::after {
|
|
8455
8455
|
content: "";
|
|
8456
8456
|
display: block;
|
|
@@ -8486,8 +8486,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8486
8486
|
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-selection-checkbox {
|
|
8487
8487
|
margin: 0 5px; }
|
|
8488
8488
|
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-checkbox-input-wrapper {
|
|
8489
|
-
width:
|
|
8490
|
-
height:
|
|
8489
|
+
width: 20px;
|
|
8490
|
+
height: 20px; }
|
|
8491
8491
|
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-checkbox-input-wrapper input[type="checkbox"] {
|
|
8492
8492
|
position: relative;
|
|
8493
8493
|
cursor: pointer;
|
|
@@ -8497,8 +8497,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8497
8497
|
content: "";
|
|
8498
8498
|
display: block;
|
|
8499
8499
|
position: absolute;
|
|
8500
|
-
width:
|
|
8501
|
-
height:
|
|
8500
|
+
width: 20px;
|
|
8501
|
+
height: 20px;
|
|
8502
8502
|
top: 50%;
|
|
8503
8503
|
left: 50%;
|
|
8504
8504
|
transform: translate(-50%, -50%);
|
|
@@ -8519,8 +8519,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
8519
8519
|
-ms-transform: rotate(45deg);
|
|
8520
8520
|
transform: rotate(45deg);
|
|
8521
8521
|
position: absolute;
|
|
8522
|
-
top:
|
|
8523
|
-
left:
|
|
8522
|
+
top: 5.5px;
|
|
8523
|
+
left: 7.5px; }
|
|
8524
8524
|
.ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-checkbox-input-wrapper input[type="checkbox"]:indeterminate::after {
|
|
8525
8525
|
content: "";
|
|
8526
8526
|
display: block;
|