Send XRP: add more interactive stuff to tutorial

This commit is contained in:
mDuo13
2019-02-08 19:49:19 -08:00
parent f9ab1428fa
commit a0a10e1993
3 changed files with 205 additions and 45 deletions

View File

@@ -988,6 +988,14 @@ a.current {
margin-right: 10px;
}
/* Boxes with unusual stuff in interactive tutorials ------------------------ */
.interactive-block {
border: 1px dashed #ff5c00;
padding: 10px;
margin: 5px;
}
/* Responsive design for different viewscreens ------------------------------ */
@@ -1067,7 +1075,8 @@ a.current {
}
}
.page-test-net .throbber {
.page-test-net .throbber,
.interactive-block .throbber {
-webkit-animation: rotating 1s linear infinite;
-moz-animation: rotating 1s linear infinite;
-ms-animation: rotating 1s linear infinite;