Spaces:
Sleeping
Sleeping
Update frontend/src/App.css
Browse files- 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 |
+
}
|