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

Commit

Permalink
fix: fix header height in the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu-deriv committed Jun 26, 2024
1 parent ffcb783 commit cba6da1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/common/deriv-app-modal/deriv-app-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,16 @@
justify-content: center;
align-items: center;
color: var(--text-prominent);
padding: 24px;
padding: 20px 24px;
font-size: 1rem;
@include mobile {
padding: 16px 24px;
}

&:after {
content: '\00d7';
font-weight: 200;
font-size: 24px;
margin-top: -2px;
}
&:hover {
background: transparent;
Expand All @@ -75,9 +77,9 @@
font-size: var(--font-size-n);
font-weight: bold;
margin: 0;
padding: 24px;
padding: 0 24px;
@include mobile {
padding: 16px;
padding: 0 16px;
font-size: var(--font-size-s);
}
}
Expand Down Expand Up @@ -123,7 +125,7 @@
&-primary-btn {
background: var(--button-primary-default);
border: 2px solid var(--button-primary-default);
padding-inline: 18px;
padding: 8px 18px;
&:hover {
background: var(--button-primary-hover);
}
Expand Down

0 comments on commit cba6da1

Please sign in to comment.