Skip to content

Commit

Permalink
Removed obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhudec committed Feb 21, 2025
1 parent 2ee855c commit 164b238
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion international_online_offer/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@import 'styles/sizes/sizes.scss';

@import 'utils.scss';
@import '../../international/sass/hero.scss';
// @import '../../international/sass/hero.scss';

// Great International Expand your business pages
@import 'pages/index.scss';
Expand Down
1 change: 0 additions & 1 deletion international_online_offer/sass/pages/guide-dynamic.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@use '../../../styles/great/constants' as great-constants;
@use '../../../styles/sizes/sizes' as sizes;

$gap: 30px;
Expand Down
5 changes: 0 additions & 5 deletions styles/great/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1374,11 +1374,7 @@ nav.great-breadcrumbs {
}
}

// FIXME: Is this ever used?
.great-breadcrumbs li:after {
background: yellow;
border: 10px solid red;

box-sizing: initial;
transform: rotate(-45deg);
content: '';
Expand All @@ -1395,7 +1391,6 @@ nav.great-breadcrumbs {
top: 0.25em;
}

// FIXME: Is this ever used?
.great-breadcrumbs ol li:last-child:after {
display: none;
}
Expand Down
2 changes: 0 additions & 2 deletions styles/great/_constants.scss

This file was deleted.

2 changes: 1 addition & 1 deletion styles/great/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
.great-container {
max-width: 1230px;
margin: auto;
padding: 0 constants.$great-container-padding;
padding: 0 15px;

@media (min-width: 1025px) {
padding: 0 30px;
Expand Down

0 comments on commit 164b238

Please sign in to comment.