Skip to content

Commit

Permalink
Fix: Updated scss (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 12, 2024
1 parent 7534c5e commit 4c930e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MovieVerse-Frontend/css/profile.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// Theme colors and spacing variables
$primary-color: #4A90E2;
$secondary-color: #50E3C2;
$text-color: #4A4A4A;
$background-color: #F5F7FA;
$padding-standard: 15px;
$border-radius-standard: 5px;

// Mixins for common patterns
@mixin flex-center {
display: flex;
align-items: center;
Expand All @@ -20,7 +18,6 @@ $border-radius-standard: 5px;
padding: $padding-standard;
}

// Base styles
body {
font-family: 'Poppins', sans-serif;
color: $text-color;
Expand All @@ -35,7 +32,6 @@ a {
}
}

// Profile page specific styles
.profile-container {
@include flex-center;
flex-direction: column;
Expand Down

0 comments on commit 4c930e8

Please sign in to comment.