From c70be11d6c1f208a507d11fbd2b701bdcc92951e Mon Sep 17 00:00:00 2001 From: Renard Date: Fri, 13 Mar 2020 14:14:08 -0300 Subject: Implementación completa del protocolo de Chat --- src/App.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css index 1b1cca9..22fe12f 100644 --- a/src/App.css +++ b/src/App.css @@ -24,3 +24,23 @@ body { overflow-y: scroll; overflow-wrap: break-word; } + +.iidx { + animation-name: notice; + animation-duration: 0.1s; + animation-iteration-count: infinite; +} +@keyframes notice { + 0% { + color: #ffa400; + } + 25% { + color: #467fff; + } + 50% { + color: #d0ffe1; + } + 100% { + color: #ff5a98; + } +} -- cgit v1.2.1-18-gbd029