1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

remove unused code in settings and start components

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-01 17:45:32 +01:00
parent cca3583465
commit e9b2e8406f
2 changed files with 1 additions and 13 deletions

View file

@ -43,12 +43,7 @@
.topnavitemright:hover i {
color: var(--ink);
}
h5 {
margin: 0;
font-weight: 500;
}
.content {
padding: var(--spacing-xl);
}

View file

@ -61,11 +61,4 @@
.card-footer {
margin-top: var(--spacing-m);
}
h3 {
font-size: var(--font-size-l);
font-weight: 600;
color: var(--ink);
text-transform: capitalize;
}
</style>