19 lines
272 B
SCSS
19 lines
272 B
SCSS
|
.log-stats {
|
||
|
text-align: center;
|
||
|
font-size: 1.4em;
|
||
|
|
||
|
& summary {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
& div {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
|
||
|
& p {
|
||
|
float: left;
|
||
|
margin-inline-end: 1.2em;
|
||
|
}
|
||
|
}
|
||
|
}
|