0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 20:03:03 +00:00

Polishing up the monster card

This commit is contained in:
Scott Tolksdorf
2015-11-14 18:29:51 -05:00
parent 3dee96ad38
commit 3b16e16958
5 changed files with 92 additions and 46 deletions

View File

@@ -49,6 +49,21 @@
&.dead{
opacity: 0.3;
}
&>.info{
margin-bottom: 10px;
.name{
font-size: 1.5em;
margin-right: 10px;
}
.stat{
font-size: 0.7em;
margin-right: 5px;
i{
font-size: 0.7em;
}
}
}
.hpBox{
.noselect();
position : absolute;
@@ -74,4 +89,17 @@
font-weight : 800;
}
}
.itemContainer{
span{
cursor: pointer;
font-size: 0.7em;
margin-right: 5px;
&.used{
text-decoration: line-through;
}
}
}
}