0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 04:02:38 +00:00

changes as requested

This commit is contained in:
Víctor Losada Hernández
2024-05-09 08:00:02 +02:00
parent 8365841b89
commit f21d636846

View File

@@ -3,10 +3,11 @@
font-family : 'Elderberry-Inn'; font-family : 'Elderberry-Inn';
font-style : normal; font-style : normal;
font-weight : normal; font-weight : normal;
src : url('../../../fonts/iconFonts/elderberryInn.woff2'); src : url('../../../fonts/icon fonts/Elderberry-Inn-Icons.woff2');
} }
.ei { .page {
span.ei {
display : inline-block; display : inline-block;
margin-right : 3px; margin-right : 3px;
font-family : 'Elderberry-Inn'; font-family : 'Elderberry-Inn';
@@ -59,6 +60,7 @@
&.frightened::before { content : '\E922'; } &.frightened::before { content : '\E922'; }
&.grappled::before { content : '\E923'; } &.grappled::before { content : '\E923'; }
&.incapacitated::before { content : '\E924'; } &.incapacitated::before { content : '\E924'; }
&.unconscious::before { content : '\E925'; }
&.invisible::before { content : '\E926'; } &.invisible::before { content : '\E926'; }
&.paralyzed::before { content : '\E927'; } &.paralyzed::before { content : '\E927'; }
&.petrified::before { content : '\E928'; } &.petrified::before { content : '\E928'; }
@@ -66,12 +68,13 @@
&.prone::before { content : '\E92A'; } &.prone::before { content : '\E92A'; }
&.restrained::before { content : '\E92B'; } &.restrained::before { content : '\E92B'; }
&.stunned::before { content : '\E92C'; } &.stunned::before { content : '\E92C'; }
&.unconscious::before { content : '\E925'; }
/* Character Classes and Features */ /* Character Classes and Features */
&.barbarian-rage::before { content : '\E92D'; } &.barbarian-rage::before { content : '\E92D'; }
&.barbarian-reckless-attack::before { content : '\E92E'; } &.barbarian-reckless-attack::before { content : '\E92E'; }
&.bardic-inspiration::before { content : '\E92F'; } &.bardic-inspiration::before { content : '\E92F'; }
&
&.cleric-channel-divinity::before { content : '\E930'; } &.cleric-channel-divinity::before { content : '\E930'; }
&.druid-wild-shape::before { content : '\E931'; } &.druid-wild-shape::before { content : '\E931'; }
&.fighter-action-surge::before { content : '\E932'; } &.fighter-action-surge::before { content : '\E932'; }
@@ -82,7 +85,7 @@
&.monk-step-of-the-wind-2::before { content : '\E937'; } &.monk-step-of-the-wind-2::before { content : '\E937'; }
&.monk-step-of-the-wind-3::before { content : '\E938'; } &.monk-step-of-the-wind-3::before { content : '\E938'; }
&.monk-stunning-strike::before { content : '\E939'; } &.monk-stunning-strike::before { content : '\E939'; }
&.monk-stunning-strike-2::before { content : '\E939'; } &.monk-stunning-strike-2::before { content : '\E9A'; }
&.paladin-divine-smite::before { content : '\E93B'; } &.paladin-divine-smite::before { content : '\E93B'; }
&.paladin-lay-on-hands::before { content : '\E93C'; } &.paladin-lay-on-hands::before { content : '\E93C'; }
&.barbarian-abilities::before { content : '\E93D'; } &.barbarian-abilities::before { content : '\E93D'; }
@@ -220,3 +223,4 @@
&.wall-of-thorns::before { content : '\E9BE'; } &.wall-of-thorns::before { content : '\E9BE'; }
&.wish::before { content : '\E9BF'; } &.wish::before { content : '\E9BF'; }
} }
}