Skip to content

Commit 5546d11

Browse files
rem formatting
1 parent 17966f9 commit 5546d11

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

src/components/app/details/appDetails/appDetails.scss

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
174174
}
175175

176-
.event-block>div {
176+
.event-block > div {
177177
display: inline-block;
178178
vertical-align: middle;
179179
}
@@ -187,7 +187,7 @@
187187
border-left: solid 6px white;
188188
}
189189

190-
.event-labels>div {
190+
.event-labels > div {
191191
display: inline-block;
192192
vertical-align: middle;
193193
text-transform: capitalize;
@@ -246,9 +246,6 @@ table.pod__table td:last-child {
246246
}
247247

248248
.no-pod {
249-
// display: flex;
250-
// align-items: center;
251-
// justify-content: center;
252249
width: 100%;
253250
height: 100%;
254251
flex-direction: column;
@@ -341,7 +338,6 @@ table.pod__table td:last-child {
341338
position: sticky;
342339
top: 0;
343340
background: white;
344-
345341
&:hover {
346342
background: white;
347343
}
@@ -381,7 +377,7 @@ table.pod__table td:last-child {
381377
}
382378
}
383379

384-
&>div {
380+
& > div {
385381
flex: 0 0 50%;
386382
justify-content: flex-start;
387383

@@ -413,7 +409,6 @@ table.pod__table td:last-child {
413409
}
414410

415411
&.detailed {
416-
417412
.services-info,
418413
.status-info {
419414
flex-basis: 50%;
@@ -751,7 +746,6 @@ table.pod__table td:last-child {
751746
}
752747

753748
.app-summary__status-name {
754-
755749
&.f-healthy,
756750
&.f-scalingreplicasetdown {
757751
color: var(--green);
@@ -1248,11 +1242,11 @@ table.pod__table td:last-child {
12481242
align-items: center;
12491243
justify-items: start;
12501244

1251-
&>span:first-child {
1245+
& > span:first-child {
12521246
padding-left: 20px;
12531247
}
12541248

1255-
&>span:last-child {
1249+
& > span:last-child {
12561250
padding-right: 20px;
12571251
}
12581252

@@ -1393,7 +1387,7 @@ table.pod__table td:last-child {
13931387
margin-bottom: 8px;
13941388
}
13951389

1396-
&>div {
1390+
& > div {
13971391
overflow: auto;
13981392
position: relative;
13991393
}
@@ -1820,22 +1814,18 @@ table.resource-tree {
18201814
.app-details-info-card {
18211815
.app-summary__status-name {
18221816
text-transform: none !important;
1823-
18241817
&.f-succeeded {
18251818
color: var(--green);
18261819
}
1827-
18281820
&.f-inprogress {
18291821
color: #ff7e5b;
18301822
}
1831-
18321823
&.f-failed,
18331824
&.f-timed_out,
18341825
&.f-unable_to_fetch {
18351826
color: var(--R500);
18361827
}
18371828
}
1838-
18391829
.timer-icon {
18401830
path {
18411831
stroke: var(--N600);
@@ -1852,7 +1842,6 @@ table.resource-tree {
18521842
left: 18px;
18531843
width: 5px;
18541844
}
1855-
18561845
.deployment-status-breakdown-row {
18571846
display: flex;
18581847
align-items: center;
@@ -1889,7 +1878,6 @@ table.resource-tree {
18891878
grid-template-columns: 150px 200px 150px auto;
18901879
grid-column-gap: 16px;
18911880
}
1892-
18931881
.resource-list {
18941882
.app-status-row {
18951883
&:hover {
@@ -1904,7 +1892,7 @@ table.resource-tree {
19041892
}
19051893
}
19061894

1907-
.deployment-approval-container+.deployment-status-breakdown-container {
1895+
.deployment-approval-container + .deployment-status-breakdown-container {
19081896
padding-top: 0px;
19091897
}
19101898

@@ -2018,4 +2006,4 @@ table.resource-tree {
20182006
}
20192007
}
20202008
}
2021-
}
2009+
}

0 commit comments

Comments
 (0)