mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
ajout de l'option du choix d'impression pour toutes les bibliothèques + refonte des bibliothèques. fix #18
This commit is contained in:
parent
44b8729230
commit
65fa675c6f
11 changed files with 254 additions and 67 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a.header-anchor {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,15 @@
|
|||
height: auto !important;
|
||||
}
|
||||
|
||||
.break-inside-avoid {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: rgba(0,0,0,.87) !important;
|
||||
}
|
||||
|
||||
.d-flex {
|
||||
display: block !important;
|
||||
}
|
||||
|
|
@ -69,7 +78,7 @@
|
|||
&.v-application {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
|
||||
|
||||
h1, h2, h3, h4, h5, h6, a {
|
||||
color: $color-dragon;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,3 +93,8 @@ table {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.group-header {
|
||||
background-color: $color-dragon;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue