hover effect

Post Reply
User avatar

Topic Author
Kygo <>
Founder
Founder
Posts: 107
Joined: Thu Sep 26, 2024 9:31 pm
Location: Romania
Has thanked: 1 time
Been thanked: 6 times
Contact:
    Windows 10 Edge
Oct 2024 01 20:20

hover effect

Post by Kygo <>

// Forum, Sub-Forum and What's new
.block-body .node--forum, .structItemContainer .structItem--thread, .structItemContainer-group .structItem--thread, .block-container .message-inner {
transition: all 0.4s ease-in;
&:hover{
transform: scale(1.015);
}
}

// Widgets
.block-body .block-row {
transition: all 0.4s ease-in;
&:hover{
transform: scale(1.05);
}
}

// Category nodes
.block-container .block-header {
transition: all 0.4s ease-in;
&:hover{
transform: scale(1.02, 1.05);
}
}


[ Posted using my Desktop ]
Image
Post Reply