logitude-dashboard-library 3.1.51 → 3.1.53
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.
|
@@ -756,6 +756,7 @@ $dark-grey: #717585;
|
|
|
756
756
|
|
|
757
757
|
.table-cell {
|
|
758
758
|
font-family: 'Manrope';
|
|
759
|
+
font-weight: 500;
|
|
759
760
|
padding: 0px 6px;
|
|
760
761
|
border-radius: 4px;
|
|
761
762
|
white-space: nowrap;
|
|
@@ -881,7 +882,6 @@ $dark-grey: #717585;
|
|
|
881
882
|
font-weight: 600;
|
|
882
883
|
text-align: left;
|
|
883
884
|
color: #222222 !important;
|
|
884
|
-
word-break: break-word;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
|
|
@@ -894,7 +894,6 @@ $dark-grey: #717585;
|
|
|
894
894
|
font-weight: 500;
|
|
895
895
|
text-align: left;
|
|
896
896
|
color: #46494A;
|
|
897
|
-
word-break: break-word;
|
|
898
897
|
}
|
|
899
898
|
|
|
900
899
|
.dx-pivotgrid .dx-pivotgrid-vertical-headers td div > span {
|
|
@@ -1007,7 +1006,7 @@ $dark-grey: #717585;
|
|
|
1007
1006
|
|
|
1008
1007
|
.p-column-header-content {
|
|
1009
1008
|
padding: 0;
|
|
1010
|
-
border: 1px solid #
|
|
1009
|
+
border: 1px solid #e0e0e0;
|
|
1011
1010
|
border-width: 0 0 1px 0;
|
|
1012
1011
|
}
|
|
1013
1012
|
|
|
@@ -1022,20 +1021,20 @@ $dark-grey: #717585;
|
|
|
1022
1021
|
display: flex;
|
|
1023
1022
|
align-items: center;
|
|
1024
1023
|
cursor: pointer;
|
|
1025
|
-
padding:
|
|
1024
|
+
padding: 10px 12px;
|
|
1026
1025
|
}
|
|
1027
1026
|
}
|
|
1028
1027
|
|
|
1029
1028
|
th:not(:last-child) .header-content {
|
|
1030
|
-
border-right: 1px solid #
|
|
1029
|
+
border-right: 1px solid #e0e0e0;
|
|
1031
1030
|
}
|
|
1032
1031
|
|
|
1033
1032
|
td {
|
|
1034
|
-
border: 1px solid #
|
|
1033
|
+
border: 1px solid #e0e0e0 !important;
|
|
1035
1034
|
border-width: 0 0 1px 0 !important;
|
|
1036
1035
|
padding: 0px 6px !important;
|
|
1037
1036
|
max-width: 1px;
|
|
1038
|
-
height:
|
|
1037
|
+
height: 30px;
|
|
1039
1038
|
min-width: 140px;
|
|
1040
1039
|
line-height: normal;
|
|
1041
1040
|
word-break: break-all;
|
|
@@ -1145,7 +1144,7 @@ $dark-grey: #717585;
|
|
|
1145
1144
|
}
|
|
1146
1145
|
|
|
1147
1146
|
.border-bottom-light-white {
|
|
1148
|
-
border-bottom: 1px solid #
|
|
1147
|
+
border-bottom: 1px solid #e0e0e0;
|
|
1149
1148
|
}
|
|
1150
1149
|
|
|
1151
1150
|
.padding-left-12 {
|
|
@@ -756,6 +756,7 @@ $dark-grey: #717585;
|
|
|
756
756
|
|
|
757
757
|
.table-cell {
|
|
758
758
|
font-family: 'Manrope';
|
|
759
|
+
font-weight: 500;
|
|
759
760
|
padding: 0px 6px;
|
|
760
761
|
border-radius: 4px;
|
|
761
762
|
white-space: nowrap;
|
|
@@ -881,7 +882,6 @@ $dark-grey: #717585;
|
|
|
881
882
|
font-weight: 600;
|
|
882
883
|
text-align: left;
|
|
883
884
|
color: #222222 !important;
|
|
884
|
-
word-break: break-word;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
|
|
@@ -894,7 +894,6 @@ $dark-grey: #717585;
|
|
|
894
894
|
font-weight: 500;
|
|
895
895
|
text-align: left;
|
|
896
896
|
color: #46494A;
|
|
897
|
-
word-break: break-word;
|
|
898
897
|
}
|
|
899
898
|
|
|
900
899
|
.dx-pivotgrid .dx-pivotgrid-vertical-headers td div > span {
|
|
@@ -1007,7 +1006,7 @@ $dark-grey: #717585;
|
|
|
1007
1006
|
|
|
1008
1007
|
.p-column-header-content {
|
|
1009
1008
|
padding: 0;
|
|
1010
|
-
border: 1px solid #
|
|
1009
|
+
border: 1px solid #e0e0e0;
|
|
1011
1010
|
border-width: 0 0 1px 0;
|
|
1012
1011
|
}
|
|
1013
1012
|
|
|
@@ -1022,20 +1021,20 @@ $dark-grey: #717585;
|
|
|
1022
1021
|
display: flex;
|
|
1023
1022
|
align-items: center;
|
|
1024
1023
|
cursor: pointer;
|
|
1025
|
-
padding:
|
|
1024
|
+
padding: 10px 12px;
|
|
1026
1025
|
}
|
|
1027
1026
|
}
|
|
1028
1027
|
|
|
1029
1028
|
th:not(:last-child) .header-content {
|
|
1030
|
-
border-right: 1px solid #
|
|
1029
|
+
border-right: 1px solid #e0e0e0;
|
|
1031
1030
|
}
|
|
1032
1031
|
|
|
1033
1032
|
td {
|
|
1034
|
-
border: 1px solid #
|
|
1033
|
+
border: 1px solid #e0e0e0 !important;
|
|
1035
1034
|
border-width: 0 0 1px 0 !important;
|
|
1036
1035
|
padding: 0px 6px !important;
|
|
1037
1036
|
max-width: 1px;
|
|
1038
|
-
height:
|
|
1037
|
+
height: 30px;
|
|
1039
1038
|
min-width: 140px;
|
|
1040
1039
|
line-height: normal;
|
|
1041
1040
|
word-break: break-all;
|
|
@@ -1145,7 +1144,7 @@ $dark-grey: #717585;
|
|
|
1145
1144
|
}
|
|
1146
1145
|
|
|
1147
1146
|
.border-bottom-light-white {
|
|
1148
|
-
border-bottom: 1px solid #
|
|
1147
|
+
border-bottom: 1px solid #e0e0e0;
|
|
1149
1148
|
}
|
|
1150
1149
|
|
|
1151
1150
|
.padding-left-12 {
|