Initial from bip32.github.io

This commit is contained in:
Thibaud
2024-08-21 09:55:33 +02:00
commit 73bc8bbfea
26 changed files with 5011 additions and 0 deletions

34
css/brainwallet.css Normal file
View File

@@ -0,0 +1,34 @@
body {
padding-top: 72px;
padding-bottom: 32px;
}
.form-control[disabled], .form-control[readonly] { cursor: auto; }
hidden {
display: none;
}
.col-lg-2 {
width: 18%;
}
.col-lg-offset-2 {
margin-left: 18%;
}
.col-lg-10 {
width: 82%;
}
.col-lg-10-inner {
width: 80.5%;
}
.progress .progress-bar {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}?