Merge branch 'master' into professorbunbury-sw5e

This commit is contained in:
CK 2020-08-31 16:54:03 -04:00 committed by GitHub
commit 6edc557219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 1813 additions and 527 deletions

View file

@ -8,21 +8,21 @@
font-family: 'Russo One';
font-style: normal;
font-weight: 400;
src: url('/fonts/RussoOne.ttf');
src: url('./fonts/RussoOne.ttf');
}
/* bungee-inline-regular - latin */
@font-face {
font-family: 'Bungee Inline';
font-style: normal;
font-weight: 400;
src: url('/fonts/BungeeInline.ttf');
src: url('./fonts/BungeeInline.ttf');
}
/* open-sans-regular - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('/fonts/OpenSans-Regular.ttf');
src: url('./fonts/OpenSans-Regular.ttf');
}
/* ----------------------------------------- */
/* Sheet Styles */
@ -267,7 +267,7 @@
/* Header Summary Details */
}
.sw5e.sheet .sheet-header h1 {
flex: 1;
flex: 2;
border-bottom: none;
height: 60px;
margin: 0;
@ -275,7 +275,7 @@
}
.sw5e.sheet .sheet-header h1 input {
height: 50px;
font-size: 1.75vw;
font-size: 1.05vw;
text-transform: uppercase;
}
.sw5e.sheet .sheet-header img.profile {
@ -928,6 +928,7 @@
}
.sw5e.sheet.item {
min-height: 520px;
min-width: 700px;
/* ----------------------------------------- */
/* Sheet Header */
/* ----------------------------------------- */
@ -948,7 +949,7 @@
border: 2px solid #000;
}
.sw5e.sheet.item .sheet-header .item-subtitle {
flex: 0 0 80px;
flex: 1 0 80px;
height: 60px;
margin: 0;
padding: 5px;