[faucet] polish code and UX - Move Twitter login component into FOSS

This commit is contained in:
nymkappa
2024-05-17 20:32:43 +02:00
parent 0279fe69d4
commit 6b16b2d651
8 changed files with 158 additions and 124 deletions

View File

@@ -23,6 +23,9 @@
.submit-button, .button-group, .button-group .btn {
flex-grow: 1;
}
.submit-button:disabled {
pointer-events: none;
}
#satoshis::after {
content: 'sats';
@@ -41,4 +44,9 @@
width: 100%;
max-width: 800px;
margin: auto;
}
}
.invalid {
border-width: 1px;
border-color: var(--red);
}