mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-24 16:06:58 +00:00
Add a hover effect for card icons
This commit is contained in:
parent
5af26067b6
commit
aa6412e435
@ -170,6 +170,14 @@ type: text/vnd.tiddlywiki
|
|||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-card .tc-card-icon svg {
|
||||||
|
transition: transform 0.3s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tc-card:hover .tc-card-icon svg {
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
|
|
||||||
.tc-card-title {
|
.tc-card-title {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
Loading…
Reference in New Issue
Block a user