Iceshrimp.NET/Iceshrimp.Backend/wwwroot/css/admin.css
Laura Hausmann 346803935a
[backend/razor] Add a navigation bar to the admin dashboard
This is implemented using a reusable navigation bar component.
2024-11-09 05:07:04 +01:00

20 lines
No EOL
213 B
CSS

h1, h2, h3, h4, h5, h6 {
margin-top: 12px !important;
}
p {
margin-top: 12px;
margin-bottom: 12px;
}
.fake-link {
cursor: pointer;
}
.width30 {
width: 30ch;
}
body {
margin-top: 60px;
}