Fix templates for new appv2
All checks were successful
Release Creation / build (release) Successful in 2m31s
All checks were successful
Release Creation / build (release) Successful in 2m31s
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
.application.sheet.fvtt-rdd {
|
||||
.sheet-common();
|
||||
section.window-content{
|
||||
padding: 0rem;
|
||||
// Styles pour la feuille d'objet Monnaie
|
||||
.monnaie-content {
|
||||
|
||||
.item-sheet-common();
|
||||
.item-sheet-header();
|
||||
|
||||
section header.sheet-header {
|
||||
.sheet-header();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
7
less/item/munition.less
Normal file
7
less/item/munition.less
Normal file
@ -0,0 +1,7 @@
|
||||
// Styles pour la feuille d'objet Monnaie
|
||||
.munition-content {
|
||||
|
||||
.item-sheet-common();
|
||||
.item-sheet-header();
|
||||
|
||||
}
|
7
less/item/tarot.less
Normal file
7
less/item/tarot.less
Normal file
@ -0,0 +1,7 @@
|
||||
// Styles pour la feuille d'objet Monnaie
|
||||
.tarot-content {
|
||||
|
||||
.item-sheet-common();
|
||||
.item-sheet-header();
|
||||
|
||||
}
|
Reference in New Issue
Block a user