fix: Project responsibility icons - 60px + color unset
Applied same fix to project icons (like Mobbeel security icon): - 60px × 60px size - color: unset !important for inline styles - Matches course icons styling exactly
This commit is contained in:
@@ -227,6 +227,20 @@ footer {
|
||||
animation: fadeInGrow 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
/* Project list icons in responsibilities - 60px with inline colors preserved */
|
||||
.project-item .responsibilities li iconify-icon.default-company-icon {
|
||||
width: 60px !important;
|
||||
height: 60px !important;
|
||||
color: unset !important; /* Reset color to allow inline styles */
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--icon-border);
|
||||
background: transparent !important;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
/* Inline icons within project descriptions */
|
||||
.project-desc iconify-icon,
|
||||
.project-technologies iconify-icon {
|
||||
|
||||
Reference in New Issue
Block a user