Skip to content

Commit

Permalink
Fix: Updated navbar scss (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 12, 2024
1 parent 1b22006 commit f119e3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MovieVerse-Frontend/css/navbar.scss
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
// Define breakpoints for responsive design
$breakpoint-mobile: 480px;
$breakpoint-tablet: 768px;
$breakpoint-desktop: 1024px;

// Define colors and other variables for styling
$navbar-background-color: #333;
$navbar-text-color: #fff;
$navbar-hover-color: #555;
$mobile-menu-background-color: #222;

// Mixin for responsive visibility
@mixin responsive-visibility {
@media (max-width: $breakpoint-mobile) {
display: none;
}
}

// Base navbar styles
.navbar {
background-color: $navbar-background-color;
color: $navbar-text-color;
Expand Down

0 comments on commit f119e3b

Please sign in to comment.