This commit is contained in:
2018-08-14 00:02:06 -05:00
commit 4757abfff3
29 changed files with 14255 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
@import '~open-color/open-color.scss';
.pli {
padding: 20px;
border-radius: 4px;
background: $oc-gray-3;
border-color: $oc-gray-5;
display: flex;
flex-direction: row;
width: 300px;
word-break: break-word;
& + & {
margin-top: 20px;
}
&__img {
max-width: 100px;
max-height: 50px;
padding-right: 20px;
cursor: pointer;
}
}