webtools/site/finska/style.css
exe.dev user 3953adedd3
All checks were successful
/ publish (push) Successful in 1m40s
Allowed renaming of teams in Finska score card
2026-04-04 03:47:57 +00:00

85 lines
1.3 KiB
CSS

tfoot input {
border-width: 1px;
}
.score-foul {
color: #861D13;
background-color: #F8DCD6;
font-weight: bold;
}
.score-overflow {
color: #5B4200;
background-color: #FCEFD9;
font-weight: bold;
}
.score-win {
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;
}