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,23 +1,22 @@
@import '~open-color/open-color.scss';
@import '../../scss/variables.scss';
.pli {
padding: 20px;
padding: 10px;
border-radius: 4px;
background: $oc-gray-3;
border-color: $oc-gray-5;
background: $dark3;
border: 1px solid $dark1;
display: flex;
flex-direction: row;
width: 300px;
word-break: break-word;
& + & {
margin-top: 20px;
margin-top: 10px;
}
&__img {
max-width: 100px;
max-width: 50px;
max-height: 50px;
padding-right: 20px;
cursor: pointer;
padding-right: 10px;
}
}