imseldrith commited on
Commit
8c25b3c
1 Parent(s): d556b89

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +15 -4
templates/index.html CHANGED
@@ -84,11 +84,22 @@
84
  }
85
 
86
  .generating-message {
87
- text-align: center;
88
- margin-bottom: 20px;
89
- color: #ffffff;
90
- display: none;
 
 
 
 
 
 
 
 
 
 
91
  }
 
92
 
93
  .disabled-button {
94
  cursor: not-allowed;
 
84
  }
85
 
86
  .generating-message {
87
+ text-align: center;
88
+ margin-bottom: 20px;
89
+ color: #ffffff;
90
+ display: none;
91
+ font-size: 24px;
92
+ animation: fade 1s ease-in-out infinite alternate;
93
+ }
94
+
95
+ @keyframes fade {
96
+ 0% {
97
+ opacity: 0.3;
98
+ }
99
+ 100% {
100
+ opacity: 1;
101
  }
102
+ }
103
 
104
  .disabled-button {
105
  cursor: not-allowed;