From 4c930e8fad396b1e9281c988c756bd2412f40169 Mon Sep 17 00:00:00 2001 From: Son Nguyen Hoang Date: Tue, 12 Mar 2024 19:16:38 -0400 Subject: [PATCH] Fix: Updated scss (#82) --- MovieVerse-Frontend/css/profile.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MovieVerse-Frontend/css/profile.scss b/MovieVerse-Frontend/css/profile.scss index 4a3fd046..78f9b2e3 100644 --- a/MovieVerse-Frontend/css/profile.scss +++ b/MovieVerse-Frontend/css/profile.scss @@ -1,4 +1,3 @@ -// Theme colors and spacing variables $primary-color: #4A90E2; $secondary-color: #50E3C2; $text-color: #4A4A4A; @@ -6,7 +5,6 @@ $background-color: #F5F7FA; $padding-standard: 15px; $border-radius-standard: 5px; -// Mixins for common patterns @mixin flex-center { display: flex; align-items: center; @@ -20,7 +18,6 @@ $border-radius-standard: 5px; padding: $padding-standard; } -// Base styles body { font-family: 'Poppins', sans-serif; color: $text-color; @@ -35,7 +32,6 @@ a { } } -// Profile page specific styles .profile-container { @include flex-center; flex-direction: column;