|
|
|
@@ -157,7 +157,7 @@ export default class Statblock extends Vue { |
|
|
|
<style scoped> |
|
|
|
h2 { |
|
|
|
margin-bottom: 8pt; |
|
|
|
font-size: 200%; |
|
|
|
font-size: 2rem; |
|
|
|
} |
|
|
|
ul { |
|
|
|
list-style-type: none; |
|
|
|
@@ -192,7 +192,7 @@ a { |
|
|
|
|
|
|
|
.stat-entry { |
|
|
|
position: relative; |
|
|
|
font-size: 10pt; |
|
|
|
font-size: 0.75rem; |
|
|
|
padding-top: 2pt; |
|
|
|
padding-bottom: 2pt; |
|
|
|
display: flex; |
|
|
|
@@ -230,17 +230,17 @@ a { |
|
|
|
.stat-entry .healthbar i { |
|
|
|
flex: 0 1; |
|
|
|
flex-basis: 20pt; |
|
|
|
font-size: 14pt; |
|
|
|
font-size: 1rem; |
|
|
|
} |
|
|
|
|
|
|
|
.healthbar .healthbar-value { |
|
|
|
flex: 1 0; |
|
|
|
font-size: 12pt; |
|
|
|
font-size: 0.75rem; |
|
|
|
color: #bbb; |
|
|
|
} |
|
|
|
|
|
|
|
.stat-entry > i { |
|
|
|
font-size: 16pt; |
|
|
|
font-size: 1.25rem; |
|
|
|
width: 16pt; |
|
|
|
margin-bottom: 18pt; |
|
|
|
} |
|
|
|
@@ -337,7 +337,7 @@ a { |
|
|
|
} |
|
|
|
|
|
|
|
.statblock-shader-dead i { |
|
|
|
font-size: 100px; |
|
|
|
font-size: 5rem; |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
@@ -373,11 +373,11 @@ a { |
|
|
|
.statblock-status-icons { |
|
|
|
display: flex; |
|
|
|
justify-content: space-evenly; |
|
|
|
min-height: 16pt; |
|
|
|
min-height: 1.25rem; |
|
|
|
} |
|
|
|
|
|
|
|
.statblock-status-icons > i { |
|
|
|
font-size: 16pt; |
|
|
|
font-size: 1.25rem; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
|
|
|
|
|