Skip to content
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
Next Next commit
#71 moving orange-theme scss to themes directory insides styles
  • Loading branch information
enriquezrene committed Apr 8, 2020
commit 6ac7cfda543281ed12327208baa05866909f6d71
2 changes: 1 addition & 1 deletion src/app/modules/login/login.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../scss/orange-theme';
@import '../../../styles/themes/orange-theme';

.login-container {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* You can add global styles to this file, and also import other style files */

@import "scss/orange-theme";
@import "styles/themes/orange-theme";
@import "~bootstrap/scss/bootstrap";
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,15 @@ $dark:#5c4e63;
#fe4f3a,
#fc5630
);
}

.bg-secondary,
.btn-secondary,
.badge-secondary,
.alert-secondary {
background-image: linear-gradient(
to right,
#FF3663,
#A50D8A
);
}