mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-16 23:20:14 +00:00
outils de création de sorts/monstres/objets
This commit is contained in:
parent
6237f0e6a2
commit
a6986c42c6
48 changed files with 2743 additions and 259 deletions
|
|
@ -4,6 +4,27 @@
|
|||
font-family: serif;
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
overflow: visible !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.d-flex {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.scroll-y {
|
||||
overflow: visible !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.application {
|
||||
display: block !important;
|
||||
}
|
||||
.application--wrap {
|
||||
display: block !important;
|
||||
}
|
||||
.content--wrap {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.p2c {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.theme--light {
|
||||
h1, h2 {
|
||||
h1, h2, .v-card__title {
|
||||
color: $color-dragon;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue