finishings on the pairing page
This commit is contained in:
@@ -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;
|
||||
|
@@ -209,8 +209,14 @@
|
||||
flex-flow: column nowrap;
|
||||
min-height: 10vh;
|
||||
max-height: 30vh;
|
||||
min-width: 50vw;
|
||||
}
|
||||
|
||||
#pairing-right {
|
||||
display: inline-flex;
|
||||
flex-flow: row wrap;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.choose-round.button {
|
||||
padding: 0.2em 0.8em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user