match-game/src/pages/MatchMenu/MatchMenu.module.scss
2022-07-25 19:36:27 +05:00

22 lines
256 B
SCSS

.MatchMenu {
color: #ffffff;
font-size: 40px;
.button {
width: 240px;
}
ul {
list-style: none;
margin: 0;
li {
text-align: center;
cursor: pointer;
&:focus, &:hover {
color: coral;
}
}
}
}