0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 16:22:42 +00:00

Merge branch 'master' into Licnese_Add_Icons

This commit is contained in:
Trevor Buckner
2025-10-23 16:05:50 -04:00
committed by GitHub
2 changed files with 5 additions and 33 deletions

View File

@@ -34,13 +34,15 @@
} }
.navItem.save { .navItem.save {
.fadeInRight();
.transition(opacity);
background-color : @orange; background-color : @orange;
transition:all 0.2s;
&:hover { background-color : @green; } &:hover { background-color : @green; }
&.neverSaved { &.neverSaved {
.fadeOutRight(); translate:-100%;
opacity: 0; opacity: 0;
background-color :#333;
cursor:auto;
} }
} }
} }

View File

@@ -227,26 +227,6 @@ module.exports = [
} }
] ]
}, },
{
name : 'Forged in the Dark',
subsnippets : [
{
name : 'Logo',
icon : 'fas fa-image',
gen : LicenseGen.bladesDarkLogo
},
{
name : 'Logo Attribution',
icon : 'fas fa-legal',
gen : LicenseGen.bladesDarkLogoAttribution
},
{
name : 'Attribution Statement',
icon : 'fas fa-legal',
gen : LicenseGen.bladesDarkNotice
},
],
},
{ {
name : 'Creative Commons', name : 'Creative Commons',
icon : 'fab fa-creative-commons', icon : 'fab fa-creative-commons',
@@ -351,16 +331,6 @@ module.exports = [
name : 'DTRPG Community Content', name : 'DTRPG Community Content',
incon : 'fab fa-dtrpg', incon : 'fab fa-dtrpg',
subsnippets : [ subsnippets : [
{
name : "Starforgers Guild Colophon",
gen : LicenseDTTRPGGCC.alligatorAlleyEntertainmentStarforgersGuildColophon,
},
{
name : "Hall of Champions Colophon",
gen : LicenseDTTRPGGCC.dojHallofChampionsColophon,
},
{ {
name : "Hero Kid\'s Creators Guild", name : "Hero Kid\'s Creators Guild",
subsnippets : [ subsnippets : [