File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
src/components/TeamProfileCards Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- /* teamcard .css */
1+ /* teamcards .css */
22
3- .card {
3+ .team-profile-card > . card {
44 transition : transform 0.3s ease, box-shadow 0.3s ease;
5- border : 0.5px solid black;
5+ border : 0.5px solid black;
66 }
77
8- .card : hover {
8+ .team-profile-card > . card : hover {
99 transform : translateY (-5px );
1010 box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.6 );
1111 }
1212
13- .card_header . avatar_photo --xl {
13+ .team-profile-card > . card > . card__header > . avatar > . avatar__photo --xl {
1414 border-radius : 50% ;
1515 transition : transform 0.3s ease;
1616 }
17-
18- .button-group .button {
17+
18+ .team-profile-card > . card > . card__footer > . button-group > .button {
1919 transition : background-color 0.3s ease, transform 0.3s ease;
2020 }
2121
22- .button-group .button : hover {
22+ .team-profile-card > . card > . card__footer > . button-group > .button : hover {
2323 background-color : # 0056b3 ;
24- }
24+ }
25+
You can’t perform that action at this time.
0 commit comments