passion_retro/static/themes/00s/pm.css
2025-09-12 11:11:44 +02:00

27 lines
No EOL
408 B
CSS

.table {
display: flex;
flex-direction: column;
width: 90%;
margin: 0 auto 10px auto;
}
.table .header {
display: flex;
flex-direction: row;
flex: 1;
font-weight: 800;
font-size: 1rem;
}
.table .body {
display: flex;
flex-direction: row;
flex: 1;
}
.new-message {
display: inline-block;
font-size: 0.5rem;
margin-right: 10px;
padding: 3px;
}