diff options
Diffstat (limited to 'frontend/src/components/pages/maplist.css')
| -rw-r--r-- | frontend/src/components/pages/maplist.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/frontend/src/components/pages/maplist.css b/frontend/src/components/pages/maplist.css index 2f279c3..b56aacc 100644 --- a/frontend/src/components/pages/maplist.css +++ b/frontend/src/components/pages/maplist.css | |||
| @@ -52,7 +52,7 @@ a { | |||
| 52 | .game { | 52 | .game { |
| 53 | width: 100%; | 53 | width: 100%; |
| 54 | height: 192px; | 54 | height: 192px; |
| 55 | background: #202232; | 55 | /* background: #202232; */ |
| 56 | border-radius: 24px; | 56 | border-radius: 24px; |
| 57 | overflow: hidden; | 57 | overflow: hidden; |
| 58 | } | 58 | } |
| @@ -112,18 +112,22 @@ a { | |||
| 112 | align-items: center; | 112 | align-items: center; |
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | .game-nav-btn:hover, .selected { | 115 | .game-nav-btn:hover { |
| 116 | background-color: #202232; | ||
| 117 | cursor: pointer; | 116 | cursor: pointer; |
| 118 | } | 117 | } |
| 119 | 118 | ||
| 119 | .selected { | ||
| 120 | background-color: #202232; | ||
| 121 | } | ||
| 122 | |||
| 120 | .gameview-nav { | 123 | .gameview-nav { |
| 121 | margin-top: 20px; | 124 | margin-top: 20px; |
| 122 | display: flex; | 125 | display: flex; |
| 123 | height: 56px; | 126 | height: 56px; |
| 124 | border-radius: 24px; | 127 | border-radius: 24px; |
| 125 | overflow: hidden; | 128 | overflow: hidden; |
| 126 | background-color: #202232; | 129 | gap: 0.06em; |
| 130 | /* background-color: #202232; */ | ||
| 127 | } | 131 | } |
| 128 | 132 | ||
| 129 | .maplist { | 133 | .maplist { |