Skip to content

Commit

Permalink
thumnials styles
Browse files Browse the repository at this point in the history
Signed-off-by: Max You <[email protected]>
  • Loading branch information
jz5426 committed Nov 17, 2023
1 parent 2fac84b commit 0e2b468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customComponents.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"outputs": "@Output() {{variableName}}hidden = new EventEmitter<any>(); @Output() {{variableName}}shown = new EventEmitter<any>();",
"template": "<button ngbPopover='{{model.description}}' class='btn btn-outline-secondary' {{#if model.openDelay}}openDelay={{model.openDelay}}{{/if}} {{#if model.closeDelay}}closeDelay={{model.closeDelay}}{{/if}} {{#if model.triggers}}triggers='{{model.triggers}}'{{/if}} placement='{{model.placement}}' {{#if model.disabled}}disablePopover{{/if}}>{{model.title}}</button>"
},
"htmlThumbnail": "<button style='background: white; padding: .375rem .75rem; font-size: 1rem; color: #6c757d; text-align: center; vertical-align: middle; line-height: 1.5rem; border: 1px solid #6c757d; border-radius: .375rem; margin-left: 10px; margin-top: 1rem;' {{#if disabled}}disabled{{/if}}>{{title}}</button>"
"htmlThumbnail": "<button style='background: white; padding: .375rem .75rem; font-size: 1rem; color: #6c757d; text-align: center; vertical-align: middle; line-height: 1.5rem; border: 1px solid #6c757d; border-radius: .375rem; margin-left: 5px; margin-top: 1rem;' {{#if disabled}}disabled{{/if}}>{{title}}</button>"
},
{
"type": "bs-tooltip",
Expand Down

0 comments on commit 0e2b468

Please sign in to comment.