mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 22:22:42 +00:00
Add Class Table Circle Decoration Snippet
Adding a background image snippet that includes the fancy circular decoration found behind class tables in the source material. *Could arguably replace the normal "Background Image" snippet and hit two bases with one stone*
This commit is contained in:
@@ -128,6 +128,13 @@ module.exports = [
|
||||
icon : 'fas fa-tree',
|
||||
gen : ` {position:absolute,top:50px,right:30px,width:280px}`
|
||||
},
|
||||
{
|
||||
name : 'Class Table Decoration',
|
||||
icon : 'fas fa-award',
|
||||
gen : dedent`\n
|
||||
 {position:absolute,top:0px,right:0px,width:380px}`
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user