Skip to content

Commit 686dc27

Browse files
committed
Fixed merge issues.
1 parent a54e824 commit 686dc27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-2671
lines changed

__mocks__/styleMock.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

babel.config.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/actions/actions.js

Lines changed: 0 additions & 193 deletions
This file was deleted.

src/components/css/running.css

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
.chart {
32
margin-top: 10px;
43
}
@@ -34,40 +33,3 @@
3433
margin-right: 2px;
3534
background-color: rgba(19, 221, 29, 1);
3635
}
37-
=======
38-
.chart{
39-
margin-top: 10px;
40-
}
41-
.chart-info{
42-
width: 200px;
43-
height: 110px;
44-
margin-top: 10px;
45-
margin-left: 15px;
46-
}
47-
.chart-label {
48-
display: flex;
49-
justify-content: space-evenly;
50-
flex-direction: row;
51-
}
52-
.chart-label-container{
53-
display: flex;
54-
justify-content: space-between;
55-
align-content: center;
56-
}
57-
.chart-label-text {
58-
font-size: 11px;
59-
font-weight: bold;
60-
}
61-
.cpuBox {
62-
width: 15px;
63-
height: 15px;
64-
margin-right: 2px;
65-
background-color: rgba(44, 130, 201, 1);
66-
}
67-
.memoryBox {
68-
width: 15px;
69-
height: 15px;
70-
margin-right: 2px;
71-
background-color: rgba(19, 221, 29, 1);
72-
}
73-
>>>>>>> 276c4d7 (Revert "Updated linting for project. (#107)")

src/components/css/static.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
.fa-box-open {
22
content: url(../../../assets/running.svg);
33
width: 22px;
4-
<<<<<<< HEAD
54
color: black;
6-
=======
7-
color:black;
8-
>>>>>>> 276c4d7 (Revert "Updated linting for project. (#107)")
95
}
106

117
.fa-archive {
@@ -49,12 +45,6 @@
4945
}
5046

5147
.fa-log {
52-
<<<<<<< HEAD
5348
content: url(../../../assets/docketeer-logs.svg);
5449
width: 22px;
5550
}
56-
=======
57-
content: url(../../../assets/docketeer_logs.svg);
58-
width: 22px;
59-
}
60-
>>>>>>> 276c4d7 (Revert "Updated linting for project. (#107)")

src/components/css/styles.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -437,32 +437,6 @@ ul {
437437
display: none;
438438
}
439439

440-
<<<<<<< HEAD:src/assets/css/styles.css
441-
=======
442-
.drag-container {
443-
/* height: 30vh; */
444-
/* margin: 20px; */
445-
/* margin-top: 100px; */
446-
}
447-
448-
.drag-container-box {
449-
/* text-align: center; */
450-
/* display: flex;
451-
flex-direction: row;
452-
align-items: flex-start;
453-
min-width: 65vw; */
454-
/* height: 30vh; */
455-
/* margin-top: 30px; */
456-
/* border-radius: 30px; */
457-
/* padding: 30px;
458-
background-color: white; */
459-
}
460-
461-
/* .drag-container-box * {
462-
margin-top: 20px;
463-
} */
464-
465-
>>>>>>> 276c4d7 (Revert "Updated linting for project. (#107)"):src/components/css/styles.css
466440
.btn-compose-up {
467441
display: flex;
468442
justify-content: space-between;
@@ -679,7 +653,6 @@ ul {
679653

680654
.volume-container-details ul {
681655
margin-left: 1rem;
682-
<<<<<<< HEAD:src/assets/css/styles.css
683656
}
684657

685658
/* Login Screen Form Added 10/21/22 */
@@ -699,6 +672,3 @@ ul {
699672
margin-left: 5;
700673
margin-bottom: 30;
701674
}
702-
=======
703-
}
704-
>>>>>>> 276c4d7 (Revert "Updated linting for project. (#107)"):src/components/css/styles.css

0 commit comments

Comments
 (0)