Adjust hover transforms

It was too aggressive
This commit is contained in:
Justin Edmund 2022-01-25 23:25:18 -08:00
parent 1c9c98b1c3
commit 7c96b5c836
3 changed files with 12 additions and 3 deletions

View file

@ -22,7 +22,7 @@
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px; box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px;
cursor: pointer; cursor: pointer;
transform: scale(1.1, 1.1); transform: scale(1.025, 1.025);
} }
.CharacterUnit.filled h3 { .CharacterUnit.filled h3 {

View file

@ -33,7 +33,12 @@
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px; box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px;
cursor: pointer; cursor: pointer;
transform: scale(1.1, 1.1); transform: scale(1.05, 1.05);
}
&.main.editable .SummonImage:hover,
&.friend.editable .SummonImage:hover {
transform: scale(1.025, 1.025);
} }
&.filled h3 { &.filled h3 {

View file

@ -20,7 +20,11 @@
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px; box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 14px;
cursor: pointer; cursor: pointer;
transform: scale(1.1, 1.1); transform: scale(1.05, 1.05);
}
.WeaponUnit.mainhand.editable .WeaponImage:hover {
transform: scale(1.025, 1.025);
} }
.WeaponUnit.filled h3 { .WeaponUnit.filled h3 {