Skip to content

Commit

Permalink
Error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielShinj1 committed Jun 17, 2024
1 parent 64da1b9 commit 80ac263
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/core/footer/footer.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/colors';
@import '../../../colors';

footer section:last-of-type {
border-top: solid 1px $gray-700;
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/home/home.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/styles';
@import '../../../styles.scss';

.navbar-toggler:hover {
background-color: $primary;
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/navbar/navbar.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/styles';
@import '../../../styles.scss';

nav {
z-index: 999;
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/sidebar/sidebar.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/styles';
@import '../../../styles.scss';

.active-utils {
transition: 0.25s;
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/test-page/test-page.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/styles';
@import '../../../styles.scss';

.navbar-toggler:hover {
background-color: $primary;
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/banner/banner.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'src/styles';
@import '../../../styles.scss';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.banner-bg {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import 'src/colors';
@import '../../../colors';


.social-network-icon a,
.social-network-icon a:link,
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* You can add global styles to this file, and also import other style files */

@import 'colors';
@import 'bootstrap/scss/bootstrap';
@import 'bootstrap/scss/bootstrap.scss';

$percentages: (
'5': 5%,
Expand Down

0 comments on commit 80ac263

Please sign in to comment.