Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 16, 2024
1 parent 880f5e9 commit 5120c01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 43 deletions.
4 changes: 4 additions & 0 deletions src/components/game-events-status/game-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
font-size: 14px;
line-height: 20px;

+ li {
margin-top: 0;
}

&::before {
display: none;
}
Expand Down
18 changes: 4 additions & 14 deletions src/components/game-events-status/gep-game-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@
height: 40px;
font-weight: 300;
transition: all .15s ease;
background-color: #fff;
background-color: var(--color-surface-secondary);

&:hover {
&::placeholder {
color: #ccc;
}
&::placeholder {
color: var(--color-text-tertiary);
}

&:focus {
background: var(--card-hover);

Expand Down Expand Up @@ -242,14 +240,6 @@ html[data-theme="dark"] {
.gep-game .search-game {
color: var(--color-500);
background: var(--color-200);

.search-input {
background: var(--color-black);

&::placeholder {
color: var(--color-500);
}
}
}

.gep-game .search-game:hover .search-input,
Expand Down
30 changes: 1 addition & 29 deletions src/components/game-info/game-info.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
.game-info-section {
margin-bottom: 24px;
background-color: var(--card-hover);
color: var(--color-300);
border-radius: 5px;

h1, a {
color: var(--color-300) !important;
}
background-color: var(--color-surface-secondary);

.game-info-item {
padding: 16px;
Expand Down Expand Up @@ -357,25 +351,3 @@
}
}
}


html[data-theme="light"] {

.game-info-section .expended-launcher-game-list {
background-color: var(--color-600);
.expend-btn {
background-color: var(--color-700);
&:hover {
background-color: var(--color-600);
}
}
}

.game-info-section .legend {
background-color: var(--color-1000);

li {
color: inherit;
}
}
}

0 comments on commit 5120c01

Please sign in to comment.