« Module:Message box/style.css » : différence entre les versions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 15 : | Ligne 15 : | ||
align-items: center; | align-items: center; | ||
} | } | ||
.box .left span | |||
{ | |||
margin: 0; | |||
padding-left: 10px | |||
} | |||
.box .left h4 | |||
{ | |||
margin: 0; | |||
} | |||
.box .right | .box .right | ||
{ | { |
Version du 24 février 2025 à 15:12
.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;
}
.box .left span
{
margin: 0;
padding-left: 10px
}
.box .left h4
{
margin: 0;
}
.box .right
{
margin: 0;
margin-left: 20px;
}