File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,31 @@ body {
113113 position: relative;
114114 position: relative;
115115 }
116+ /* Common styles for all social links */
117+ # team-grid .team-member # social-links a i
118+ {
119+ transition : color 0.3s , transform 0.3s ;
120+ }
121+ # team-grid .team-member : nth-child (1 ) # social-links a i : hover
122+ {
123+ color : # 4285F45C ;
124+ transform : scale (1.1 );
125+ }
126+ # team-grid .team-member : nth-child (2 ) # social-links a i : hover
127+ {
128+ color : # FBBC0591 ;
129+ transform : scale (1.1 );
130+ }
131+ # team-grid .team-member : nth-child (3 ) # social-links a i : hover
132+ {
133+ color : # 34A8535E ;
134+ transform : scale (1.1 );
135+ }
136+ # team-grid .team-member : nth-child (4 ) # social-links a i : hover
137+ {
138+ color : # EA43354D ;
139+ transform : scale (1.1 );
140+ }
116141 .image-div {
117142 flex : none;
118143 text-align : center;
You can’t perform that action at this time.
0 commit comments