Custom comparisons, performance improvements

This commit is contained in:
Colin McLeod
2015-05-20 00:29:24 -07:00
parent 02fe76f43b
commit 6c1e3a7410
146 changed files with 1096 additions and 1062 deletions

View File

@@ -4,9 +4,9 @@ button {
svg {
fill: @primary;
}
border: 1px solid @primary;
border: none;
font-family: @fStandard;
border: 1px solid;
padding: 0.5em;
cursor: pointer;
background: none;
@@ -17,7 +17,7 @@ button {
svg {
fill: red;
}
border: 1px solid red;
}
&:disabled {
@@ -26,6 +26,5 @@ button {
svg {
fill: @disabled;
}
border: 1px solid @disabled;
}
}