diff options
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/css/Games.css (renamed from frontend/src/components/pages/games.css) | 0 | ||||
| -rw-r--r-- | frontend/src/css/Login.css (renamed from frontend/src/components/login.css) | 2 | ||||
| -rw-r--r-- | frontend/src/css/Maps.css (renamed from frontend/src/components/pages/summary.css) | 10 | ||||
| -rw-r--r-- | frontend/src/css/ModMenu.css (renamed from frontend/src/components/pages/summary_modview.css) | 0 | ||||
| -rw-r--r-- | frontend/src/css/Profile.css (renamed from frontend/src/components/pages/profile.css) | 0 | ||||
| -rw-r--r-- | frontend/src/css/Sidebar.css (renamed from frontend/src/components/sidebar.css) | 0 |
6 files changed, 9 insertions, 3 deletions
diff --git a/frontend/src/components/pages/games.css b/frontend/src/css/Games.css index ec57a71..ec57a71 100644 --- a/frontend/src/components/pages/games.css +++ b/frontend/src/css/Games.css | |||
diff --git a/frontend/src/components/login.css b/frontend/src/css/Login.css index b46be10..aa75f98 100644 --- a/frontend/src/components/login.css +++ b/frontend/src/css/Login.css | |||
| @@ -13,7 +13,7 @@ span>img { | |||
| 13 | 13 | ||
| 14 | padding-left: 10px; | 14 | padding-left: 10px; |
| 15 | background-color: #00000000 !important; | 15 | background-color: #00000000 !important; |
| 16 | transition: opacity .1s; | 16 | /* transition: opacity .1s; */ |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | .login{ | 19 | .login{ |
diff --git a/frontend/src/components/pages/summary.css b/frontend/src/css/Maps.css index 8c6ec35..d164d3b 100644 --- a/frontend/src/components/pages/summary.css +++ b/frontend/src/css/Maps.css | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | #section3{ | 65 | #section3{ |
| 66 | margin: 40px 0 0 0; | 66 | margin: 40px 0 0 0; |
| 67 | 67 | ||
| 68 | display: none; | 68 | display: grid; |
| 69 | grid-template-columns: 1fr 1fr; | 69 | grid-template-columns: 1fr 1fr; |
| 70 | gap: 20px; | 70 | gap: 20px; |
| 71 | } | 71 | } |
| @@ -239,7 +239,7 @@ p>span.portal-count{font-weight: bold;font-size: 100px;vertical-align: -15%;} | |||
| 239 | /* Section 4: Difficulty + count */ | 239 | /* Section 4: Difficulty + count */ |
| 240 | 240 | ||
| 241 | #section4{ | 241 | #section4{ |
| 242 | display: none; | 242 | display: grid; |
| 243 | grid-template-columns: 1fr 1fr; | 243 | grid-template-columns: 1fr 1fr; |
| 244 | gap: 20px; | 244 | gap: 20px; |
| 245 | margin: 40px 0 0 0; | 245 | margin: 40px 0 0 0; |
| @@ -424,6 +424,7 @@ text-align: center; | |||
| 424 | 424 | ||
| 425 | .hover-popup { | 425 | .hover-popup { |
| 426 | position: relative; | 426 | position: relative; |
| 427 | display: inline-block; | ||
| 427 | } | 428 | } |
| 428 | 429 | ||
| 429 | .hover-popup::after { | 430 | .hover-popup::after { |
| @@ -438,8 +439,13 @@ text-align: center; | |||
| 438 | border-radius: 8px; | 439 | border-radius: 8px; |
| 439 | visibility: hidden; | 440 | visibility: hidden; |
| 440 | opacity: 0; | 441 | opacity: 0; |
| 442 | color: #cdcfdf; | ||
| 441 | /* transition: visibility 0s, opacity 0.3s ease; */ | 443 | /* transition: visibility 0s, opacity 0.3s ease; */ |
| 442 | } | 444 | } |
| 445 | |||
| 446 | .hover-popup:hover { | ||
| 447 | color: transparent; | ||
| 448 | } | ||
| 443 | 449 | ||
| 444 | .hover-popup:hover::after { | 450 | .hover-popup:hover::after { |
| 445 | visibility: visible; | 451 | visibility: visible; |
diff --git a/frontend/src/components/pages/summary_modview.css b/frontend/src/css/ModMenu.css index c6d3d8d..c6d3d8d 100644 --- a/frontend/src/components/pages/summary_modview.css +++ b/frontend/src/css/ModMenu.css | |||
diff --git a/frontend/src/components/pages/profile.css b/frontend/src/css/Profile.css index 4944ade..4944ade 100644 --- a/frontend/src/components/pages/profile.css +++ b/frontend/src/css/Profile.css | |||
diff --git a/frontend/src/components/sidebar.css b/frontend/src/css/Sidebar.css index 34ede80..34ede80 100644 --- a/frontend/src/components/sidebar.css +++ b/frontend/src/css/Sidebar.css | |||