66
66
67
67
# authentication-message {
68
68
opacity : 0 ;
69
- -webkit-transition : all 0.3s ;
70
- -moz-transition : all 0.3s ;
69
+ -webkit-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
70
+ -moz-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
71
71
}
72
72
73
73
# authentication-message .error {
@@ -109,8 +109,8 @@ input {
109
109
padding-left : 6px ;
110
110
padding-right : 6px ;
111
111
112
- -webkit-transition : all 0.3s ;
113
- -moz-transition : all 0.3s ;
112
+ -webkit-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
113
+ -moz-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
114
114
115
115
border-radius : 7px ;
116
116
}
@@ -140,8 +140,8 @@ input::-webkit-input-placeholder {
140
140
margin-top : -75px ;
141
141
text-align : center;
142
142
143
- -webkit-transition : all 0.3s ;
144
- -moz-transition : all 0.3s ;
143
+ -webkit-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
144
+ -moz-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
145
145
}
146
146
147
147
# password-container {
@@ -165,14 +165,15 @@ input::-webkit-input-placeholder {
165
165
width : 130px ;
166
166
padding : 10px ;
167
167
168
- -webkit-transition : all 0.3s ;
169
- -moz-transition : all 0.3s ;
168
+ -webkit-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
169
+ -moz-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
170
170
171
171
opacity : 0.7 ;
172
+ cursor : pointer;
172
173
}
173
174
174
175
.hidden {
175
- opacity : 0.03 ;
176
+ opacity : 0.25 ;
176
177
}
177
178
178
179
# password-container .hidden {
@@ -181,7 +182,14 @@ input::-webkit-input-placeholder {
181
182
182
183
.user : not (.hidden ): hover {
183
184
opacity : 0.85 ;
184
- cursor : pointer;
185
+ }
186
+
187
+ .user .hidden : hover {
188
+ opacity : 0.35 ;
189
+ }
190
+
191
+ .user .active : hover {
192
+ opacity : 1.0 ;
185
193
}
186
194
187
195
.user .active {
@@ -216,7 +224,7 @@ input::-webkit-input-placeholder {
216
224
border-radius : 100% ;
217
225
218
226
-webkit-transition : all 0.5s ;
219
- -moz-transition : all 0.3s ;
227
+ -moz-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
220
228
}
221
229
222
230
# controls {
@@ -249,8 +257,8 @@ input::-webkit-input-placeholder {
249
257
border-top-right-radius : 20px ;
250
258
251
259
margin-right : 10px ;
252
- -webkit-transition : all 0.3s ;
253
- -moz-transition : all 0.3s ;
260
+ -webkit-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
261
+ -moz-transition : all 0.3s cubic-bezier ( .24 , .59 , .46 , .93 ) ;
254
262
}
255
263
256
264
.system-button : hover {
0 commit comments