Bundle Lora font instead of fetching it from Google
This commit is contained in:
parent
93e254db64
commit
226156f960
13 changed files with 101 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
@use "../utils/typography";
|
||||
@use "../utils/colors";
|
||||
@use "./forms";
|
||||
@use "../utils/typography";
|
||||
@use "../utils/variables";
|
||||
|
||||
.progression {
|
||||
.progression-entry {
|
||||
|
@ -19,9 +19,8 @@
|
|||
color: colors.$c-light-grey;
|
||||
border: none;
|
||||
line-height: 50px;
|
||||
margin: forms.$header-top-margin 0;
|
||||
margin: variables.$margin-sm 0;
|
||||
text-align: right;
|
||||
//flex: 0;
|
||||
}
|
||||
input.progression-value {
|
||||
margin-left: 5px;
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
@use "../utils/typography";
|
||||
@use "../utils/colors";
|
||||
@use "../utils/typography";
|
||||
@use "../utils/variables";
|
||||
|
||||
.item-form {
|
||||
font-family: typography.$font-primary;
|
||||
}
|
||||
|
||||
$header-top-margin: 5px;
|
||||
|
||||
header.sheet-header {
|
||||
flex: 0 0 auto;
|
||||
overflow: hidden;
|
||||
|
@ -19,7 +18,7 @@ header.sheet-header {
|
|||
.profile-img {
|
||||
flex: 0 0 100px;
|
||||
height: 100px;
|
||||
margin: $header-top-margin 10px $header-top-margin 0;
|
||||
margin: variables.$margin-sm 10px variables.$margin-sm 0;
|
||||
}
|
||||
|
||||
.header-fields {
|
||||
|
@ -29,7 +28,7 @@ header.sheet-header {
|
|||
h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
margin: $header-top-margin 10px $header-top-margin 0;
|
||||
margin: variables.$margin-sm 10px variables.$margin-sm 0;
|
||||
border-bottom: 0;
|
||||
@include typography.font-heading-upper;
|
||||
display: block;
|
||||
|
@ -51,7 +50,7 @@ header.sheet-header {
|
|||
color: colors.$c-light-grey;
|
||||
border: none;
|
||||
line-height: 50px;
|
||||
margin: $header-top-margin 0;
|
||||
margin: variables.$margin-sm 0;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue