Documentacion agregada - previo a la presentacion
[VSoRC/.git] / styles / topology.css
index 13d8d63ab59f0bb517f507cf092272fd324ebe1f..5ea85e7a9fa107cc30f44e45188b98b9aee3ce24 100644 (file)
@@ -17,6 +17,28 @@ svg {
   height: 60px;
 }
 
+#snackbar {
+    visibility: hidden;
+    min-width: 250px; 
+    margin-left: -125px; /* min-width / 2 */
+    background-color: var(--pcolor-0);
+    color: white;
+    text-align: center;
+    border-radius: 5px;
+    padding: 16px;
+    position: fixed; /* Sit on top of the screen */
+    z-index: 1;
+    left: 50%; /* Center the snackbar */
+    bottom: 30px;
+}
+
+#snackbar.show {
+    visibility: visible; /* Show the snackbar */
+    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
+    animation: fadein 0.5s, fadeout 0.5s 2.5s;
+}
+
+
 text.label {
   fill: var(--scolor-4);
   text-anchor: start;