load ext in context of item

This commit is contained in:
Mo Bitar
2017-01-21 10:23:13 -06:00
parent f904c84827
commit 6f0eb66c33
4 changed files with 44 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
padding-top: 12px;
padding-left: 10px;
padding-bottom: 10px;
position: relative;
> .name {
font-size: 14px;
@@ -23,6 +24,14 @@
font-weight: normal;
margin-top: 2px;
}
> .loading {
position: absolute;
height: 15px;
width: 15px;
right: 10px;
top: 20px;
}
}
ul {