[style] Enabled Stylelint 'indentation' rule

This commit is contained in:
Steven Evans
2018-07-09 23:10:31 -04:00
parent 30de15efb7
commit 17c91b83d1
7 changed files with 183 additions and 183 deletions
+12 -12
View File
@@ -1,10 +1,10 @@
#terminal-container {
position: fixed;
margin-left: 10%;
height: 100%;
height: 100%;
width: 99%;
overflow: auto;
overflow-y: scroll;
overflow: auto;
overflow-y: scroll;
}
#terminal {
@@ -13,8 +13,8 @@
height: auto;
width: 70%;
font-size: 16px;
overflow: auto;
overflow-y: scroll;
overflow: auto;
overflow-y: scroll;
background-color: var(--my-background-color);
table-layout: fixed;
}
@@ -26,13 +26,13 @@
}
.terminal-input {
display: inline-block;
padding: 0 !important;
margin: 0 !important;
border: 0;
background-color: var(--my-background-color);
font-size: 16px;
outline: none;
display: inline-block;
padding: 0 !important;
margin: 0 !important;
border: 0;
background-color: var(--my-background-color);
font-size: 16px;
outline: none;
color: var(--my-font-color);
}