Skip to content

Commit

Permalink
[del] pages index.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-port committed Aug 18, 2021
1 parent 5f292b6 commit c899628
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 187 deletions.
231 changes: 108 additions & 123 deletions app/assets/style/all.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions app/assets/style/all.css.map

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions app/assets/style/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@

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

@import './utilities/utilities';
@import './utilities/spacing';
@import './utilities/sizing';
@import './utilities/spacing';
@import './utilities/utilities';

@import './mixin/spacing';
@import './mixin/sizing';
@import './mixin/spacing';

@import './components/notification';
@import './components/swiper';
@import './components/timeline';
@import './components/scrollbar';

@import './pages/_index.scss';
44 changes: 0 additions & 44 deletions app/assets/style/pages/_index.scss

This file was deleted.

8 changes: 7 additions & 1 deletion app/assets/style/utilities/_sizing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@
.h-400 {
height: 400px;
}

.h-480{
height: 480px;
}
.h-560 {
height: 560px;
}

.h-325r{
height: 3.25rem;
}
Loading

0 comments on commit c899628

Please sign in to comment.