Allowed renaming of teams in Finska score card
All checks were successful
/ publish (push) Successful in 1m40s
All checks were successful
/ publish (push) Successful in 1m40s
This commit is contained in:
parent
c7ff8597aa
commit
3953adedd3
3 changed files with 170 additions and 4 deletions
|
|
@ -18,4 +18,67 @@ tfoot input {
|
|||
color: #394D00;
|
||||
background-color: #DEFC85;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.team-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.team-header .team-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.team-header .edit-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
padding: 0.1rem 0.3rem;
|
||||
font-size: 0.9rem;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
line-height: 1;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.team-header .edit-btn:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.team-header-edit {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.team-header-edit input {
|
||||
border-width: 1px;
|
||||
margin: 0;
|
||||
padding: 0.2rem 0.4rem;
|
||||
font-size: 0.9rem;
|
||||
width: 6rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.team-header-edit .confirm-btn,
|
||||
.team-header-edit .cancel-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
padding: 0.1rem 0.3rem;
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.team-header-edit .confirm-btn {
|
||||
color: #2e7d32;
|
||||
}
|
||||
|
||||
.team-header-edit .cancel-btn {
|
||||
color: #c62828;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue