|
@@ -10,9 +10,9 @@
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- -webkit-transition: opacity 2s ease;
|
|
|
- -moz-transition: opacity 2s ease;
|
|
|
- transition: opacity 2s ease;
|
|
|
+ -webkit-transition: opacity 1s ease;
|
|
|
+ -moz-transition: opacity 1s ease;
|
|
|
+ transition: opacity 1s ease;
|
|
|
}
|
|
|
|
|
|
img.loading-image {
|