mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
Merge branch 'master' into Licnese_Add_Icons
This commit is contained in:
@@ -34,13 +34,15 @@
|
||||
}
|
||||
|
||||
.navItem.save {
|
||||
.fadeInRight();
|
||||
.transition(opacity);
|
||||
background-color : @orange;
|
||||
transition:all 0.2s;
|
||||
&:hover { background-color : @green; }
|
||||
|
||||
&.neverSaved {
|
||||
.fadeOutRight();
|
||||
translate:-100%;
|
||||
opacity: 0;
|
||||
background-color :#333;
|
||||
cursor:auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
icon : 'fab fa-creative-commons',
|
||||
@@ -351,16 +331,6 @@ module.exports = [
|
||||
name : 'DTRPG Community Content',
|
||||
incon : 'fab fa-dtrpg',
|
||||
subsnippets : [
|
||||
{
|
||||
name : "Starforgers Guild Colophon",
|
||||
gen : LicenseDTTRPGGCC.alligatorAlleyEntertainmentStarforgersGuildColophon,
|
||||
},
|
||||
|
||||
{
|
||||
name : "Hall of Champions Colophon",
|
||||
gen : LicenseDTTRPGGCC.dojHallofChampionsColophon,
|
||||
},
|
||||
|
||||
{
|
||||
name : "Hero Kid\'s Creators Guild",
|
||||
subsnippets : [
|
||||
|
||||
Reference in New Issue
Block a user