20850: Add deprecation notice & wb2 redirect to every page
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 1f21c397293927ca1eb4e0fcf6dde2fbedc78cd5..547e23a41f262c2d429d7de6a9d21a90c9866777 100644 (file)
@@ -353,3 +353,14 @@ div.awesomplete {
     color: #262626;
     background-color: #f5f5f5;
 }
+
+#deprecation-notice {
+    padding-top: 20px;
+    padding-left: 15px;
+    padding-right: 15px;
+    padding-bottom: 0px;
+}
+
+#deprecation-notice form {
+    display: inline;
+}