Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Update scss files with variables from _variables.scss #231

Merged
merged 3 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🚚 🔧 remove theme scss import
  • Loading branch information
ReaganCn committed Jan 3, 2023
commit e1bc2d7cd73f2934cbdc065f627c7f42ff984c3f
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use '@angular/material' as mat;
@use '_theme';

#sidemenu-footer {
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Import theming functions
@use '@angular/material' as mat; // Import your custom theme
@use '_theme';
@use '_variables';

#side-menu {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use '@angular/material' as mat;
@use '_theme';

#sidemenu-footer {
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Import theming functions
@use '@angular/material' as mat; // Import your custom theme
@use '_theme';
@use '_variables';

#side-menu {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@use '_theme';
@use '_variables';

.user-photo {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Import theming functions
@use '@angular/material' as mat; // Import your custom theme
@use '_theme';
@use '_variables';

.fa {
Expand Down