mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Cohérence graphique des listes d'activités et d'actions dans le contexte d'un parcours
This commit is contained in:
@@ -101,6 +101,10 @@ div.flex-table {
|
||||
div.item-row {
|
||||
flex-direction: row;
|
||||
|
||||
&.column { // exception
|
||||
flex-direction: column
|
||||
}
|
||||
|
||||
div.item-col {
|
||||
&:first-child {
|
||||
flex-grow: 0; flex-shrink: 0; flex-basis: auto;
|
||||
@@ -160,6 +164,12 @@ div.wrap-list {
|
||||
& > * {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
font-weight: 700;
|
||||
font-size: 100%;
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
}
|
||||
|
||||
div.wl-col.list {
|
||||
@@ -171,6 +181,10 @@ div.wrap-list {
|
||||
padding: 0em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
blockquote.chill-user-quote {
|
||||
margin: 0.7em 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user