Skip to content

Commit 6ac7cfd

Browse files
committed
#71 moving orange-theme scss to themes directory insides styles
1 parent a040605 commit 6ac7cfd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

src/app/modules/login/login.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../../scss/orange-theme';
1+
@import '../../../styles/themes/orange-theme';
22

33
.login-container {
44
display: flex;

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* You can add global styles to this file, and also import other style files */
22

3-
@import "scss/orange-theme";
3+
@import "styles/themes/orange-theme";
44
@import "~bootstrap/scss/bootstrap";

src/scss/_orange-theme.scss renamed to src/styles/themes/_orange-theme.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,15 @@ $dark:#5c4e63;
2626
#fe4f3a,
2727
#fc5630
2828
);
29+
}
30+
31+
.bg-secondary,
32+
.btn-secondary,
33+
.badge-secondary,
34+
.alert-secondary {
35+
background-image: linear-gradient(
36+
to right,
37+
#FF3663,
38+
#A50D8A
39+
);
2940
}

0 commit comments

Comments
 (0)