Iceshrimp.NET/Iceshrimp.Backend/wwwroot/css/admin.css

41 lines
439 B
CSS

h1, h2, h3, h4, h5, h6 {
margin-top: 12px !important;
}
p {
margin-top: 12px;
margin-bottom: 12px;
}
.fake-link {
cursor: pointer;
tab-index: 0;
}
.width30 {
width: 30ch;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.flex-grow {
flex-grow: 1;
}
.text-muted {
color: var(--text-muted);
}
.text-dim {
color: var(--text-dim);
}
.auto-table {
table-layout: auto;
}