Skip to content

Commit

Permalink
fix: uepr-38: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KManolov3 committed Dec 2, 2024
1 parent 2398039 commit ce2aad2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/components/debug-modal/debug-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
border-radius: 8px 8px 0 0;
justify-content: space-between;
align-items: center;
padding: 10px;
background-color: $ui-green;
padding: 8px;
padding-left: 12px;
padding-right: 12px;
background-color: $ui-green-2;
}

.header-title {
Expand Down Expand Up @@ -85,7 +87,7 @@
.nextIcon {
position: absolute;
cursor: pointer;
right: -26px;
right: -24px;
top: 50%;
}

Expand All @@ -98,7 +100,8 @@
display: flex;
gap: 8px;
align-items: center;
padding: 10px;
padding: 8px;
padding-left: 12px;
font-size: 1rem;
line-height: 1.5rem;
color: $ui-green;;
Expand Down
1 change: 1 addition & 0 deletions src/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $ui-black-transparent: hsla(0, 0%, 0%, 0.15); /* 15% transparent version of blac
$ui-black-transparent-10: hsla(0, 0%, 0%, 0.10); /* 10% transparent version of black */

$ui-green: hsla(163, 85%, 35%, 1); /* #0DA57A */
$ui-green-2: hsla(163, 85%, 40%, 1); /* #0FBD8C */

$text-primary: hsla(225, 15%, 40%, 1); /* #575E75 */
$text-primary-transparent: hsla(225, 15%, 40%, 0.75);
Expand Down

0 comments on commit ce2aad2

Please sign in to comment.