Refactor Grid and List components by cleaning up unused styles and improving layout consistency

This commit is contained in:
sHa
2025-05-02 10:43:53 +03:00
parent 31cf501a8b
commit 7b5516d997
3 changed files with 114 additions and 154 deletions

View File

@@ -152,10 +152,7 @@
border-radius: 4px;
position: relative;
}
.logo-info h3 {
margin-bottom: 0.5rem;
color: var(--color-accent, #4f8cff);
}
.logo-list {
display: flex;
flex-direction: column;
@@ -166,21 +163,7 @@
padding: 2rem;
color: #666;
}
.color-circle {
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 4px;
cursor: pointer;
box-sizing: border-box;
}
.color-switcher-preview.align-left {
justify-content: flex-start;
}
.color-circle.color-reset {
background: none !important;
}
</style>