Enhance actor sheet
This commit is contained in:
16
styles/archetype.less
Normal file
16
styles/archetype.less
Normal file
@ -0,0 +1,16 @@
|
||||
.archetype-content {
|
||||
.sheet-common();
|
||||
.item-sheet-common();
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
flex: 10%;
|
||||
}
|
||||
}
|
@ -13,6 +13,7 @@
|
||||
@import "chat.less";
|
||||
@import "gear.less";
|
||||
@import "arcane.less";
|
||||
@import "archetype.less";
|
||||
}
|
||||
|
||||
@import "roll.less";
|
||||
|
@ -1,11 +1,16 @@
|
||||
:root {
|
||||
--font-size-standard: 1.0rem;
|
||||
--font-size-standard: 0.9rem;
|
||||
--background-image-base: url("../assets/parchment.jpg");
|
||||
--font-primary: "Georama";
|
||||
--font-secondary: "Georama";
|
||||
--logo-standard: url("../assets/logos/reanimated-ce-logo.webp");
|
||||
}
|
||||
|
||||
.era-icon-color {
|
||||
/*filter: invert(90%) sepia(10%) saturate(1215%) hue-rotate(55deg) brightness(93%) contrast(89%);*/
|
||||
/*filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);*/
|
||||
}
|
||||
|
||||
#logo {
|
||||
content: var(--logo-standard);
|
||||
width: 50px;
|
||||
|
Reference in New Issue
Block a user