turniere-frontend/public/static/css/tournament.css

39 lines
502 B
CSS

.stage {
width: 1em;
}
.lost-team {
text-decoration: line-through;
}
.stages > div > div:nth-child(odd) {
background-color: #f8f8f8;
}
.minw-25 {
min-width: 350px;
}
.match:hover {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.match:hover > div {
border-width: 3px !important;
margin: -2px;
}
.scoreInput {
width: 11rem;
}
.timer-container {
min-width: 20%;
text-align: right;
}
.dropdown-container {
min-width: 20%;
text-align: left;
}