Style fixes to climbing theme
This commit is contained in:
parent
890e555d87
commit
b3586e32ce
2 changed files with 7 additions and 10 deletions
|
@ -298,15 +298,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": {
|
"dashArray": "8 16",
|
||||||
"dashArray": "8 8",
|
"lineCap": "square",
|
||||||
"lineCap": "square",
|
"color": "#d38d5fAA",
|
||||||
"render": "#d38d5fAA",
|
"fill": "no",
|
||||||
"fill": "no"
|
"width": "8"
|
||||||
},
|
|
||||||
"width": {
|
|
||||||
"render": "8"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -85,7 +85,8 @@
|
||||||
"render": "<div class='w-8 flex justify-center rounded-right-full climbing-{__difficulty_max:char}'> {__difficulty_max}</div>"
|
"render": "<div class='w-8 flex justify-center rounded-right-full climbing-{__difficulty_max:char}'> {__difficulty_max}</div>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": "<div class='flex justify-center rounded-full pl-1 pr-1 climbing-{__difficulty:char}'> {climbing:grade:french}</div>"
|
"render": "<div class='flex justify-center rounded-full pl-1 pr-1 climbing-{__difficulty:char}'> {climbing:grade:french}</div>",
|
||||||
|
"condition": "__difficulty:char~*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"+calculatedTags": [
|
"+calculatedTags": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue