less hacking way of pulling poe data

This commit is contained in:
2018-08-27 23:54:27 -05:00
parent 5423b81c95
commit 97acc0d4fa
34 changed files with 651 additions and 221 deletions

View File

@@ -1,3 +1,27 @@
@import './variables.scss';
html {
font-family: 'Roboto Condensed', sans-serif;
}
html,
body,
#app {
height: 100%;
background: $dark4;
color: $textPrimary;
}
.text-secondary {
color: $textSecondary;
}
small {
font-size: 75%;
}
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}