« 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 34 : Ligne 34 :
     display: flex;
     display: flex;
     flex-grow: 20;
     flex-grow: 20;
    align-items: center;
}
}


Ligne 42 : Ligne 41 :
     padding: 0;
     padding: 0;
     height: 100%;
     height: 100%;
    align-content: center;
}
}

Version du 24 février 2025 à 15:25

.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: row;
    align-items: center;
    flex-grow: 1;
}

.box .left span
{
    margin: 0;
    padding: 0;
    padding-left: 10px
}

.box .left h4
{
    margin: 0;
    padding: 0;
}

.box .right
{
    display: flex;
    flex-grow: 20;
}

.box .right p
{
    margin: 0;
    padding: 0;
    height: 100%;
    align-content: center;
}