Skip to content

Commit

Permalink
Merge pull request #83 from JessamineCodes/navbar-amend
Browse files Browse the repository at this point in the history
navbar-amend-done
  • Loading branch information
JessamineCodes authored Mar 15, 2023
2 parents dad1ac2 + 2f756bb commit a873346
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/components/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
@import "screen_sizes";
@import "cross_site_animations";
@import "sign-in";
@import "parents_dashboard"
10 changes: 10 additions & 0 deletions app/assets/stylesheets/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@
font-size: 24px;
color: $secondary;
}

.dropdown-item{
color: $secondary;
font-size: 20px;
font-family: $headers-font;
font-weight: bold;
&:hover{
color: $secondary;
}
}
14 changes: 14 additions & 0 deletions app/assets/stylesheets/components/_parents_dashboard.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.dropdown-item {
background-color:#FFB703;
color: #E36414;
font-family: $body-font;
}

.dropdown-item:hover {
background-color:#ffc83e;
}

.dropdown-menu {
background-color: #FFB703;
border-radius: 7px;
}

0 comments on commit a873346

Please sign in to comment.