This commit is contained in:
Maciej Caderek
2022-02-11 00:45:22 +01:00
parent e93ac083fa
commit 8e9cc77ce6
11 changed files with 249 additions and 260 deletions

View File

@@ -13,21 +13,11 @@
.game-tabs__btn {
width: 48%;
background: rgb(0, 173, 136);
color: #0e0e13;
padding: 10px;
font-family: Ubuntu;
font-size: 1.5rem;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
cursor: pointer;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
height: 38px;
}
.game-tabs__btn:hover {
background: rgb(0, 207, 162);
}
.game-tabs__btn--active {
width: 50%;
background: #0e0e13;