« 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 p {
.box h4
{
     margin-top: 0.25em;
     margin-top: 0.25em;
     margin-bottom: 0;
     margin-bottom: 0;
}
.box p
{
     margin-left: 20px;
     margin-left: 20px;
}
}