Skip to content

Commit

Permalink
Remove old css.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Apr 26, 2018
1 parent ecfcd54 commit f3edcef
Showing 1 changed file with 0 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,92 +20,6 @@

.statement {
margin-top: 10px;
// margin-left: 32px;
// border-left: 1px black solid;
// padding-left: 16px;
}

.statement::before {
// content: "";
// position: relative;
// height: 10px;
// width: 16px;
// border-bottom: 1px solid #090909;
// display: inline-block;
// top: 34px;
// left: -16px;
}

.statement--last {
// margin-left: 32px;
// padding-left: 16px;
// padding-top: 16px;
// border-left: 0px;
}

.statement--last::before {
// content: "";
// position: relative;
// height: 46px;
// width: 16px;
// top: -17px;
// border-left: 1px solid #090909;
// border-bottom: 1px solid #090909;
// margin-right: -15px;
// left: -16px;
// float: left;
}

.ifStatement::before {
// top: 13px;
}

.ifStatement--last::before {
// height: 28px;
}

.ifStatementWithElse {
// border-left: 1px solid #DD0A73;
}

// .ifStatementWithElse::before {
// top: 0px;
// border-left: 1px solid #090909;
// border-bottom: 1px solid #DD0A73;
// left: -17px;
// height: 25px;
// margin-bottom: -13px;
// width: 17px;
// }

.ifStatementWithElse--last {
// border-left: 1px solid #DD0A73;
}

.ifStatementWithElse--last::before {
// border-left: #090909 1px solid;
// border-bottom-color: #DD0A73;
// left: -17px;
// height: 27px;
// margin-top: -15px;
// top: -1px;
// width: 17px;
}

.elseStatement::before {
// border-bottom: 1px solid #DD0A73;
// border-left: 1px solid #DD0A73;
// left: -17px;
// width: 17px;
// height: 25px;
// margin-bottom: -13px;
// top: 0px;
}

.elseStatement--last::before {
// border-left-color: #DD0A73;
// border-bottom-color: #DD0A73;
// height: 28px;
}

.queueStatement {
Expand Down

0 comments on commit f3edcef

Please sign in to comment.