Merge remote-tracking branch 'origin/master' into add-special-creature-ability-compendium
This commit is contained in:
commit
c5a5a7d5a2
19 changed files with 209 additions and 31 deletions
|
@ -2,7 +2,7 @@
|
|||
margin-top: $margin-sm;
|
||||
.attribute {
|
||||
.attribute-label {
|
||||
font-family: $font-heading;
|
||||
@include font-heading-upper;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
|||
.trait {
|
||||
.trait-label {
|
||||
color: transparent;
|
||||
font-family: $font-heading;
|
||||
@include font-heading-upper;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
//text-shadow: -1px 1px 0 $c-black, 1px 1px 0 $c-black, 1px -1px 0 $c-black, -1px -1px 0 $c-black;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
padding-right: 3px;
|
||||
h2.progression-label {
|
||||
font-family: $font-heading;
|
||||
@include font-heading-upper;
|
||||
display: block;
|
||||
height: 50px;
|
||||
padding: 0;
|
||||
|
|
|
@ -41,8 +41,9 @@
|
|||
|
||||
.combat-value-formula {
|
||||
width: $size;
|
||||
input {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
span {
|
||||
line-height: $default-input-height;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,11 +35,11 @@ header.sheet-header {
|
|||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
font-family: $font-heading;
|
||||
@include font-heading-upper;
|
||||
display: block;
|
||||
}
|
||||
h2.item-type {
|
||||
font-family: $font-heading;
|
||||
@include font-heading-upper;
|
||||
display: block;
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
|
|
|
@ -28,3 +28,8 @@
|
|||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin font-heading-upper {
|
||||
font-family: $font-heading;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue