fix(activites): css des fiches
This commit is contained in:
parent
61cfb73bce
commit
7c708a13f4
1 changed files with 9 additions and 5 deletions
|
@ -24,16 +24,19 @@
|
|||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.left,
|
||||
.right {
|
||||
.recto .left,
|
||||
.verso .left,
|
||||
.recto .right,
|
||||
.verso .right {
|
||||
padding: 8mm;
|
||||
height: 285mm;
|
||||
position: relative;
|
||||
}
|
||||
.right {
|
||||
.recto .right,
|
||||
.verso .right {
|
||||
border-left: 1px dotted #aaa;
|
||||
}
|
||||
img {
|
||||
.full-portrait-a4 img {
|
||||
border-radius: 0;
|
||||
}
|
||||
/* RECTO GAUCHE */
|
||||
|
@ -142,7 +145,8 @@ img {
|
|||
|
||||
/* VERSO DROITE */
|
||||
.verso .right {
|
||||
background: url('custom/templates/bazar/assets/petits_pas.svg') repeat-y 3mm 14mm;
|
||||
background: url("custom/templates/bazar/assets/petits_pas.svg") repeat-y 3mm
|
||||
14mm;
|
||||
padding-left: 24mm;
|
||||
background-size: 60px;
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Reference in a new issue