Implemented Features and Items granting effects, actions, attacks and spells

This commit is contained in:
Thaum
2015-01-06 12:25:58 +00:00
parent c55f2c51ab
commit 2d70119ee0
48 changed files with 625 additions and 442 deletions

View File

@@ -58,7 +58,6 @@ paper-button {
}
.card {
width: 148px;
margin: 4px;
padding: 16px;
font-size: 14px;
@@ -67,7 +66,7 @@ paper-button {
}
.card.double {
width: 304px;
width: 332px;
}
.card paper-button {

View File

@@ -31,7 +31,7 @@ h1, .headline {
letter-spacing: 0;
}
.white-text h1, .white-text .headline{
.white-text h1, .white-text .headline, .white-text.headline{
color: rgba(255,255,255,0.87);
}