« 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 8 : Ligne 8 :
}
}


.box h4
.box .left
{
{
     margin: 0;
     height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}
.box p
.box .right
{
{
     margin: 0;
     margin: 0;
     margin-left: 20px;
     margin-left: 20px;
}
}

Version du 24 février 2025 à 15:08

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

.box .left
{
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box .right
{
    margin: 0;
    margin-left: 20px;
}