« Module:Message box/style.css » : différence entre les versions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
.box { | .box | ||
{ | |||
border: solid black 1px; | border: solid black 1px; | ||
border-left: solid black 10px; | border-left: solid black 10px; | ||
Ligne 7 : | Ligne 8 : | ||
} | } | ||
.box span { | .box span | ||
{ | |||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
Ligne 14 : | Ligne 16 : | ||
} | } | ||
.box | .box h4 | ||
{ | |||
margin-top: 0.25em; | margin-top: 0.25em; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | |||
.box p | |||
{ | |||
margin-left: 20px; | margin-left: 20px; | ||
} | } |
Version du 24 février 2025 à 15:01
.box
{
border: solid black 1px;
border-left: solid black 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.box span
{
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 10px;
}
.box h4
{
margin-top: 0.25em;
margin-bottom: 0;
}
.box p
{
margin-left: 20px;
}