Add proper scoping
This commit is contained in:
parent
af3698458d
commit
4737b430a1
1 changed files with 72 additions and 72 deletions
|
|
@ -3,77 +3,77 @@
|
||||||
background-size: 60px 25px;
|
background-size: 60px 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
}
|
|
||||||
|
/* Elements */
|
||||||
/* Elements */
|
|
||||||
|
&.fire {
|
||||||
.fire {
|
background-image: url('/labels/element/Label_Element_Fire.png')
|
||||||
background-image: url('/labels/element/Label_Element_Fire.png')
|
}
|
||||||
}
|
|
||||||
|
&.water {
|
||||||
.water {
|
background-image: url('/labels/element/Label_Element_Water.png')
|
||||||
background-image: url('/labels/element/Label_Element_Water.png')
|
}
|
||||||
}
|
|
||||||
|
&.earth {
|
||||||
.earth {
|
background-image: url('/labels/element/Label_Element_Earth.png')
|
||||||
background-image: url('/labels/element/Label_Element_Earth.png')
|
}
|
||||||
}
|
|
||||||
|
&.wind {
|
||||||
.wind {
|
background-image: url('/labels/element/Label_Element_Wind.png')
|
||||||
background-image: url('/labels/element/Label_Element_Wind.png')
|
}
|
||||||
}
|
|
||||||
|
&.dark {
|
||||||
.dark {
|
background-image: url('/labels/element/Label_Element_Dark.png')
|
||||||
background-image: url('/labels/element/Label_Element_Dark.png')
|
}
|
||||||
}
|
|
||||||
|
&.light {
|
||||||
.light {
|
background-image: url('/labels/element/Label_Element_Light.png')
|
||||||
background-image: url('/labels/element/Label_Element_Light.png')
|
}
|
||||||
}
|
|
||||||
|
&.null {
|
||||||
.null {
|
background-image: url('/labels/element/Label_Element_Any.png')
|
||||||
background-image: url('/labels/element/Label_Element_Any.png')
|
}
|
||||||
}
|
|
||||||
|
/* Proficiencies */
|
||||||
/* Proficiencies */
|
|
||||||
|
&.sword {
|
||||||
.sword {
|
background-image: url('/labels/proficiency/Label_Weapon_Sabre.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Sabre.png')
|
}
|
||||||
}
|
|
||||||
|
&.dagger {
|
||||||
.dagger {
|
background-image: url('/labels/proficiency/Label_Weapon_Dagger.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Dagger.png')
|
}
|
||||||
}
|
|
||||||
|
&.axe {
|
||||||
.axe {
|
background-image: url('/labels/proficiency/Label_Weapon_Axe.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Axe.png')
|
}
|
||||||
}
|
|
||||||
|
&.spear {
|
||||||
.spear {
|
background-image: url('/labels/proficiency/Label_Weapon_Spear.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Spear.png')
|
}
|
||||||
}
|
|
||||||
|
&.staff {
|
||||||
.staff {
|
background-image: url('/labels/proficiency/Label_Weapon_Staff.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Staff.png')
|
}
|
||||||
}
|
|
||||||
|
&.fist {
|
||||||
.fist {
|
background-image: url('/labels/proficiency/Label_Weapon_Melee.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Melee.png')
|
}
|
||||||
}
|
|
||||||
|
&.harp {
|
||||||
.harp {
|
background-image: url('/labels/proficiency/Label_Weapon_Harp.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Harp.png')
|
}
|
||||||
}
|
|
||||||
|
&.gun {
|
||||||
.gun {
|
background-image: url('/labels/proficiency/Label_Weapon_Gun.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Gun.png')
|
}
|
||||||
}
|
|
||||||
|
&.bow {
|
||||||
.bow {
|
background-image: url('/labels/proficiency/Label_Weapon_Bow.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Bow.png')
|
}
|
||||||
}
|
|
||||||
|
&.katana {
|
||||||
.katana {
|
background-image: url('/labels/proficiency/Label_Weapon_Katana.png')
|
||||||
background-image: url('/labels/proficiency/Label_Weapon_Katana.png')
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue