mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-19 04:11:00 +00:00
bug fixes, add player name support
This commit is contained in:
parent
e4ae265184
commit
d9b5e30831
75 changed files with 1139 additions and 544 deletions
|
|
@ -147,16 +147,49 @@
|
|||
|
||||
.JoinButton {
|
||||
composes: DialogButton from "./DialogButton.module.css";
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.CloseButton {
|
||||
composes: Secondary from "./DialogButton.module.css";
|
||||
}
|
||||
|
||||
.WarriorField {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.WarriorLabel {
|
||||
font-size: 12px;
|
||||
color: rgba(125, 255, 255, 0.6);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.WarriorInput {
|
||||
width: 130px;
|
||||
padding: 4px 6px;
|
||||
background: rgba(0, 50, 60, 0.8);
|
||||
border: 1px solid rgba(65, 131, 139, 0.5);
|
||||
border-radius: 2px;
|
||||
color: #b0d5c9;
|
||||
font-family: inherit;
|
||||
font-size: 13px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.WarriorInput:focus {
|
||||
border-color: rgba(125, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.WarriorInput::placeholder {
|
||||
color: rgba(201, 220, 216, 0.3);
|
||||
}
|
||||
|
||||
.Hint {
|
||||
font-size: 12px;
|
||||
color: rgba(201, 220, 216, 0.3);
|
||||
margin-left: auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 719px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue