Skip to content

Commit

Permalink
hide backbutton, a little bigger info icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiik91 committed Oct 1, 2024
1 parent 0d4d518 commit 0ece295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/component/itinerary/NaviStack.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const NaviStack = ({ notifications, handleRemove, show }, { intl, config }) => {
>
<Icon
img={info.iconId}
height={1}
width={1}
height="1.2"
width="1.2"
className="info-icon"
color={info.iconColor}
/>
Expand Down
6 changes: 3 additions & 3 deletions app/component/itinerary/navigator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
margin-bottom: 5px;
position: fixed;
top: 80px;
width: 90%;
margin-left: 5%;
width: 92%;
margin-left: 4%;
border-radius: 15px;
height: 100px;
color: black;
Expand Down Expand Up @@ -231,7 +231,7 @@
.navi-info-content {
display: flex;
flex-direction: column;
margin-left: 25px;
margin-left: 15px;

span:first-child {
font-weight: $font-weight-medium;
Expand Down

0 comments on commit 0ece295

Please sign in to comment.