dzura/www/css/profile.css
2024-10-18 12:51:53 -07:00

35 lines
549 B
CSS

main.profile>header {
display: block;
position: relative;
width: 100%;
background-color: #282828;
border-bottom: 1px solid #303030;
}
main.profile>header>h1 {
display: block;
position: relative;
padding: 1rem 2rem 1rem 2rem;
margin: 0;
line-height: 3rem;
font-size: 2.5rem;
color: #909090;
}
main.profile>header>h1.online {
color: #f0f0f0;
}
main.profile>section.history {
width: 100%;
flex-grow: 1;
overflow-y: scroll;
}
main.profile>section.history>table {
width: 100%;
}