File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 29
29
# waifu {
30
30
bottom : -500px ;
31
31
left : 0 ;
32
- line-height : 0 ;
33
- margin-bottom : -10px ;
34
32
position : fixed;
35
- transform : translateY (10 px );
33
+ transform : translateY (25 px );
36
34
transition : transform .3s ease-in-out, bottom 3s ease-in-out;
37
35
z-index : 1 ;
38
36
}
46
44
}
47
45
48
46
# waifu : hover {
49
- transform : translateY (5 px );
47
+ transform : translateY (20 px );
50
48
}
51
49
52
50
# waifu-tips {
53
- animation : shake 50s ease-in-out 5s infinite;
51
+ animation : waifu- shake 50s ease-in-out 5s infinite;
54
52
background-color : rgba (236 , 217 , 188 , .5 );
55
53
border : 1px solid rgba (224 , 186 , 140 , .62 );
56
54
border-radius : 12px ;
106
104
}
107
105
108
106
# waifu-tool svg {
109
- fill : # 7b8c9d ;
110
107
cursor : pointer;
108
+ display : block;
109
+ fill : # 7b8c9d ;
111
110
height : 25px ;
112
111
transition : fill .3s ;
113
112
}
116
115
fill : # 0684bd ; /* #34495e */
117
116
}
118
117
119
- @keyframes shake {
118
+ @keyframes waifu- shake {
120
119
2% {
121
120
transform : translate (.5px , -1.5px ) rotate (-.5deg );
122
121
}
You can’t perform that action at this time.
0 commit comments