Commit c4385ab7 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/assets/css/main.css

parent 65f347e5
Pipeline #11693 passed with stage
in 14 seconds
......@@ -3528,77 +3528,4 @@ body {
}
.team-member-custom {
background: #fff;
border-radius: 15px;
box-shadow: 0 8px 20px rgba(0,0,0,0.12);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
}
.team-member-custom:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}
.member-img-custom {
position: relative;
width: 160px;
height: 160px;
margin-bottom: 1rem;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.member-img-custom img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.social-custom {
position: absolute;
bottom: 8px;
right: 8px;
display: flex;
gap: 10px;
opacity: 0;
transition: opacity 0.3s ease;
}
.team-member-custom:hover .social-custom {
opacity: 1;
}
.social-custom a {
color: #0077b5; /* LinkedIn blue */
font-size: 1.2rem;
background: #f1f1f1;
border-radius: 50%;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: background 0.3s ease, color 0.3s ease;
}
.social-custom a:hover {
background: #0077b5;
color: #fff;
}
.member-info-custom h4 {
font-weight: 600;
font-size: 1.1rem;
margin-bottom: 0.3rem;
text-align: center;
}
.member-info-custom span {
font-size: 0.9rem;
color: #555;
text-align: center;
display: block;
}
/* ---- End New Service -- added Juni 2025 ***/
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment