Skip to content

Commit

Permalink
Adjusting the margin between the icon and page labels within the head…
Browse files Browse the repository at this point in the history
…er (#18)

* Making the icon on the header configurable

* Moving Indicator from declarations to the component

* Adjusting header css

* Adding Header Icon css

* Making the icon configurable in the header

* Changing the directory path

* Adding the clinic css style in the header

* Adjusting the margin between the icon and page labels on the header
  • Loading branch information
Daphne210 authored Oct 18, 2023
1 parent bd3e66f commit fceca7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/header/home-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
flex-direction: row;
align-items: center;
cursor: pointer;
margin-left: 0.75rem;
}

.right-justified-items {
Expand All @@ -32,6 +33,7 @@
.page-labels {
p:first-of-type {
margin-bottom: 0.25rem;
margin-left: 1rem;
}
}

Expand Down

0 comments on commit fceca7e

Please sign in to comment.