added better images to framer [ci skip]
This commit is contained in:
parent
5d2ea71766
commit
b736741ab8
5 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
app/assets/images/buttons/templates/Fridge@2x.png
Normal file
BIN
app/assets/images/buttons/templates/Fridge@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
app/assets/images/buttons/templates/Typist@2x.png
Normal file
BIN
app/assets/images/buttons/templates/Typist@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
BIN
app/assets/images/buttons/templates/Vanilla@2x.png
Normal file
BIN
app/assets/images/buttons/templates/Vanilla@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
|
|
@ -4,7 +4,7 @@
|
||||||
{{#each templates}}
|
{{#each templates}}
|
||||||
<input id='frame_name_{{name}}' name="frame_name" type="radio" class="mood" value={{name}} {{#if checked}}checked=checked{{/if}} />
|
<input id='frame_name_{{name}}' name="frame_name" type="radio" class="mood" value={{name}} {{#if checked}}checked=checked{{/if}} />
|
||||||
<label for='frame_name_{{name}}'>
|
<label for='frame_name_{{name}}'>
|
||||||
<img src="/assets/branding/asterisk.png" />
|
<img src="/assets/buttons/templates/{{name}}@2x.png" />
|
||||||
<div class="template-name">
|
<div class="template-name">
|
||||||
{{name}}
|
{{name}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue