remove unused code in settings and start components
This commit is contained in:
parent
cca3583465
commit
e9b2e8406f
|
@ -44,11 +44,6 @@
|
|||
color: var(--ink);
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin: 0;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: var(--spacing-xl);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue