implement TwingleShop integration
This commit is contained in:
parent
ea46e6a747
commit
8cfa270dff
60 changed files with 5200 additions and 106 deletions
37
css/twingle_shop.css
Normal file
37
css/twingle_shop.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
.twingle-shop-table-caption {
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
padding: 6px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.twingle-shop-table-divider {
|
||||
border-top: 1px solid #ddd;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#twingle-shop-spinner {
|
||||
animation: spin 2s linear infinite;
|
||||
}
|
||||
|
||||
.twingle-shop-table tbody tr {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.twingle-shop-table-button {
|
||||
margin: 10px 15px 0 0 !important;
|
||||
}
|
||||
|
||||
.twingle-shop-cell-button {
|
||||
margin: 3px 5px 3px 5px;
|
||||
}
|
||||
|
||||
.strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue