Select Git revision
style.css 929 B
.mini {
color: #dddddd;
}
.mini p {
margin: 0;
}
.text-element {
font-size: var(--fontSize);
margin-top: auto;
margin-bottom: auto;
}
.bloc {
margin-bottom: 10px;
}
.text-bloc {
min-height: var(--rowHeight);
border: 1px solid black;
background-color: #e2ffe0;
padding: 10px;
display: flex;
justify-content: space-between;
}
.image-bloc {
border: 1px solid black;
background-color: #ffdddd;
}
.image-bloc img {
height: 100%;
margin-left: auto;
margin-right: auto;
display: block;
}
.image-text-bloc {
border: 1px solid black;
background-color: #ffffdd;
padding: 10px;
display: flex;
}
.image-text-bloc img {
height: 100px;
margin-right: 20px;
}
.image-text-bloc > .text-section {
width: 100%;
display: flex;
justify-content: space-between;
}
.image-text-bloc > .text-section > .text-element:last-child {
white-space: nowrap;
flex-grow: 1;
text-align: right;
}