« Module:Message box/style.css » : différence entre les versions

De wikarphy
Linarphy (discussion | contributions)
mAucun résumé des modifications
Linarphy (discussion | contributions)
mAucun résumé des modifications
Ligne 6 : Ligne 6 :
     flex-direction: row;
     flex-direction: row;
     justify-content: flex-start;
     justify-content: flex-start;
}
.box span
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
}


.box h4
.box h4
{
{
     margin-top: 0.25em;
     margin: 0;
    margin-bottom: 0;
}
}
.box p
.box p
{
{
    margin: 0;
     margin-left: 20px;
     margin-left: 20px;
}
}

Version du 24 février 2025 à 15:04

.box
{
    border: solid black 1px;
    border-left: solid black 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.box h4
{
    margin: 0;
}
.box p
{
    margin: 0;
    margin-left: 20px;
}