Explorar el Código

Hide copyright section of pano

Kirk Trombley hace 3 años
padre
commit
091f3870e1
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      client/src/index.css

+ 5 - 0
client/src/index.css

@@ -77,3 +77,8 @@ button:disabled {
   opacity: 0;
   transition: opacity 500ms;
 }
+
+.gm-style-cc {
+  display: none !important;
+  /* hide the copyright information */
+}