Skip to content

Commit 6e4c051

Browse files
committed
fix: uepr-38: style fixes
1 parent 2aa4fb3 commit 6e4c051

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/components/debug-modal/debug-modal.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
border-radius: 8px 8px 0 0;
3131
justify-content: space-between;
3232
align-items: center;
33-
padding: 10px;
34-
background-color: $ui-green;
33+
padding: 8px;
34+
padding-left: 12px;
35+
padding-right: 12px;
36+
background-color: $ui-green-2;
3537
}
3638

3739
.header-title {
@@ -85,7 +87,7 @@
8587
.nextIcon {
8688
position: absolute;
8789
cursor: pointer;
88-
right: -26px;
90+
right: -24px;
8991
top: 50%;
9092
}
9193

@@ -98,7 +100,8 @@
98100
display: flex;
99101
gap: 8px;
100102
align-items: center;
101-
padding: 10px;
103+
padding: 8px;
104+
padding-left: 12px;
102105
font-size: 1rem;
103106
line-height: 1.5rem;
104107
color: $ui-green;;

src/css/colors.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $ui-black-transparent: hsla(0, 0%, 0%, 0.15); /* 15% transparent version of blac
1313
$ui-black-transparent-10: hsla(0, 0%, 0%, 0.10); /* 10% transparent version of black */
1414

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

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

0 commit comments

Comments
 (0)