25 lines
342 B
CSS
25 lines
342 B
CSS
|
.informations {
|
||
|
margin-top : 0.5em;
|
||
|
margin-bottom : 0.2em;
|
||
|
padding : 0.5em;
|
||
|
text-align : left;
|
||
|
}
|
||
|
|
||
|
.informations legend {
|
||
|
font-weight: bold;
|
||
|
border-bottom : solid 1px;
|
||
|
margin-bottom : 0.5em;
|
||
|
}
|
||
|
|
||
|
.informations dt::after {
|
||
|
content: ' :';
|
||
|
}
|
||
|
|
||
|
.informations dl.describe {
|
||
|
margin : 0;
|
||
|
}
|
||
|
|
||
|
.informations dl.describe > dt {
|
||
|
flex: 0 0 10rem;
|
||
|
}
|