beta3 commited on
Commit
7681edd
·
verified ·
1 Parent(s): ebbb1ae

Update frontend/src/App.css

Browse files
Files changed (1) hide show
  1. frontend/src/App.css +9 -0
frontend/src/App.css CHANGED
@@ -818,3 +818,12 @@
818
  animation: none;
819
  }
820
  }
 
 
 
 
 
 
 
 
 
 
818
  animation: none;
819
  }
820
  }
821
+
822
+ .riot-disclaimer {
823
+ text-align: center;
824
+ padding: 12px 24px;
825
+ font-size: 0.72rem;
826
+ color: rgba(255, 255, 255, 0.4);
827
+ border-top: 1px solid rgba(255, 255, 255, 0.08);
828
+ margin-top: auto;
829
+ }