finishings on the pairing page

This commit is contained in:
Claude Brisson
2023-12-28 09:18:16 +01:00
parent 149541cb3c
commit 83b9194b48
7 changed files with 74 additions and 29 deletions

View File

@@ -216,6 +216,9 @@
display: flex;
flex-flow: row wrap;
justify-content: space-between;
&.right {
justify-content: flex-end;
}
}
input[type="number"] {
@@ -317,6 +320,11 @@
border-radius: 5px;
overflow-x: hidden;
overflow-y: auto;
.popup-header {
text-align: center;
font-size: 1.5em;
margin-bottom: 1em;
}
.popup-content {
display: flex;
flex-direction: column;