173
173
box-shadow : 1px 2px 3px rgba (0 , 0 , 0 , 0.1 );
174
174
}
175
175
176
- .event-block > div {
176
+ .event-block > div {
177
177
display : inline-block ;
178
178
vertical-align : middle ;
179
179
}
187
187
border-left : solid 6px white ;
188
188
}
189
189
190
- .event-labels > div {
190
+ .event-labels > div {
191
191
display : inline-block ;
192
192
vertical-align : middle ;
193
193
text-transform : capitalize ;
@@ -246,9 +246,6 @@ table.pod__table td:last-child {
246
246
}
247
247
248
248
.no-pod {
249
- // display: flex;
250
- // align-items: center;
251
- // justify-content: center;
252
249
width : 100% ;
253
250
height : 100% ;
254
251
flex-direction : column ;
@@ -341,7 +338,6 @@ table.pod__table td:last-child {
341
338
position : sticky ;
342
339
top : 0 ;
343
340
background : white ;
344
-
345
341
& :hover {
346
342
background : white ;
347
343
}
@@ -381,7 +377,7 @@ table.pod__table td:last-child {
381
377
}
382
378
}
383
379
384
- & > div {
380
+ & > div {
385
381
flex : 0 0 50% ;
386
382
justify-content : flex-start ;
387
383
@@ -413,7 +409,6 @@ table.pod__table td:last-child {
413
409
}
414
410
415
411
& .detailed {
416
-
417
412
.services-info ,
418
413
.status-info {
419
414
flex-basis : 50% ;
@@ -751,7 +746,6 @@ table.pod__table td:last-child {
751
746
}
752
747
753
748
.app-summary__status-name {
754
-
755
749
& .f-healthy ,
756
750
& .f-scalingreplicasetdown {
757
751
color : var (--green );
@@ -1248,11 +1242,11 @@ table.pod__table td:last-child {
1248
1242
align-items : center ;
1249
1243
justify-items : start ;
1250
1244
1251
- & > span :first-child {
1245
+ & > span :first-child {
1252
1246
padding-left : 20px ;
1253
1247
}
1254
1248
1255
- & > span :last-child {
1249
+ & > span :last-child {
1256
1250
padding-right : 20px ;
1257
1251
}
1258
1252
@@ -1393,7 +1387,7 @@ table.pod__table td:last-child {
1393
1387
margin-bottom : 8px ;
1394
1388
}
1395
1389
1396
- & > div {
1390
+ & > div {
1397
1391
overflow : auto ;
1398
1392
position : relative ;
1399
1393
}
@@ -1820,22 +1814,18 @@ table.resource-tree {
1820
1814
.app-details-info-card {
1821
1815
.app-summary__status-name {
1822
1816
text-transform : none !important ;
1823
-
1824
1817
& .f-succeeded {
1825
1818
color : var (--green );
1826
1819
}
1827
-
1828
1820
& .f-inprogress {
1829
1821
color : #ff7e5b ;
1830
1822
}
1831
-
1832
1823
& .f-failed ,
1833
1824
& .f-timed_out ,
1834
1825
& .f-unable_to_fetch {
1835
1826
color : var (--R500 );
1836
1827
}
1837
1828
}
1838
-
1839
1829
.timer-icon {
1840
1830
path {
1841
1831
stroke : var (--N600 );
@@ -1852,7 +1842,6 @@ table.resource-tree {
1852
1842
left : 18px ;
1853
1843
width : 5px ;
1854
1844
}
1855
-
1856
1845
.deployment-status-breakdown-row {
1857
1846
display : flex ;
1858
1847
align-items : center ;
@@ -1889,7 +1878,6 @@ table.resource-tree {
1889
1878
grid-template-columns : 150px 200px 150px auto ;
1890
1879
grid-column-gap : 16px ;
1891
1880
}
1892
-
1893
1881
.resource-list {
1894
1882
.app-status-row {
1895
1883
& :hover {
@@ -1904,7 +1892,7 @@ table.resource-tree {
1904
1892
}
1905
1893
}
1906
1894
1907
- .deployment-approval-container + .deployment-status-breakdown-container {
1895
+ .deployment-approval-container + .deployment-status-breakdown-container {
1908
1896
padding-top : 0px ;
1909
1897
}
1910
1898
@@ -2018,4 +2006,4 @@ table.resource-tree {
2018
2006
}
2019
2007
}
2020
2008
}
2021
- }
2009
+ }
0 commit comments