Skip to content

Commit 0906b41

Browse files
author
Renato Juaçaba Neto
committed
Adjust curie widget icons
1 parent ea55e1d commit 0906b41

6 files changed

Lines changed: 66 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"license": "MIT",
1111
"repository": "https://github.com/identifiers-org/togostanza-widgets",
1212
"scripts": {
13-
"start": "togostanza s"
13+
"start": "togostanza s",
14+
"build": "togostanza b"
1415
},
1516
"dependencies": {
1617
"bootstrap": "^5.3.8",
-106 KB
Binary file not shown.
Lines changed: 61 additions & 0 deletions
Loading
5.73 KB
Loading

stanzas/idorg-curie/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"stanza:choice": [
7373
"10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%"
7474
],
75-
"stanza:default": "50%",
75+
"stanza:default": "70%",
7676
"stanza:description": "Percentage of icon used to display resolution state"
7777
}, {
7878
"stanza:key": "--togostanza-status_icon-font_size_mult",

stanzas/idorg-curie/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
top: calc(100% - var(--togostanza-status_icon-size_percentage));
2222
content: '';
2323
background-size: cover;
24+
margin-left: .4rem;
2425
}
2526
&.loading::after {
2627
cursor: wait;
@@ -30,7 +31,7 @@
3031
&.success {
3132
cursor: pointer;
3233
&::after {
33-
background-image: url(//docs.identifiers.org/togostanza-widgets/idorg-curie/assets/checkmark.png);
34+
background-image: url(//docs.identifiers.org/togostanza-widgets/idorg-curie/assets/checkmark.svg);
3435
}
3536
}
3637
&.fail {

0 commit comments

Comments
 (0)