We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cb2025 + 85f1193 commit 961c920Copy full SHA for 961c920
4 files changed
.travis.yml
@@ -1,4 +1,4 @@
1
-language: node.js
+language: node_js
2
node_js:
3
- "stable"
4
install:
app/components/MonitorHeader.jsx
@@ -6,4 +6,7 @@ const MonitorHeader = (props) => {
6
{title}
7
</div>
8
);
9
-}
+}
10
+
11
12
app/stylesheets/routes.css
app/stylesheets/sidebar.css
@@ -5,7 +5,6 @@
5
color:white;
font-family: 'Nunito', sans-serif;
background-color: #24262F;
- /* display: flex; */
}
.leftTopContainer {
@@ -24,14 +23,4 @@
24
23
grid-auto-columns: 100%;
25
align-items: center;
26
align-content: center;
27
28
-
29
30
31
32
33
-/* img and div display flex flex direction row */
34
-/* height: 100px;
35
- position: relative;
36
- margin-left: -203px; */
37
0 commit comments