Skip to content

Commit

Permalink
fix: fixed styles for mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Dec 13, 2023
1 parent 6b3e22d commit 7d135f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 116 deletions.
4 changes: 2 additions & 2 deletions src/theme/ItaliaTheme/Subsites/ItaliaTheme/Views/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
border-left: 2px solid $subsite-link-color;
border-color: $subsite-link-color;
} @else {
border-left: 2px solid $subsite-link-color;
border-color: $subsite-link-color;
border-left: 2px solid $subsite-primary;
border-color: $subsite-primary;
}
}
.nav-link {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

.it-header-center-content-wrapper {
.it-brand-wrapper {
// .it-brand-text h2 {
// color: $subsite-primary-text;
// }
a {
color: $subsite-primary-text;

Expand Down Expand Up @@ -107,114 +104,3 @@
}
}
}

// svg {
// @if $subsite-light-theme {
// fill: $subsite-primary-text;
// } @else {
// fill: $subsite-primary;
// }
// }
// }

// @use '../../all_variables' as *;

// @mixin headercenter(
// $subsite-light-theme,
// $subsite-primary,
// $subsite-primary-text
// ) {
// .it-header-wrapper {
// .it-header-center-wrapper {
// background-color: $subsite-primary;

// .it-header-center-content-wrapper {
// .it-brand-wrapper {
// a {
// color: $subsite-primary-text;

// .icon {
// display: flex;
// align-items: center;
// margin-bottom: 0;
// color: $subsite-primary-text;
// fill: $subsite-primary-text;
// }
// }
// }

// //right zone
// .it-right-zone {
// color: $subsite-primary-text;

// .it-socials {
// ul {
// .icon {
// color: $subsite-primary-text;
// fill: $subsite-primary-text;
// }
// }
// }
// }

// //-search

// .it-search-wrapper {
// a {
// &.search-link {
// outline: $subsite-primary 2px solid !important;
// }

// &.rounded-icon {
// svg {
// @if $subsite-light-theme {
// fill: $subsite-primary-text;
// } @else {
// fill: $subsite-primary;
// }
// }
// }
// }
// }
// }
// }

// //Tablet horizontal / small desktop
// @media (min-width: #{map-get($grid-breakpoints, lg)}) {
// .it-header-center-wrapper {
// .it-header-center-content-wrapper {
// //right zone
// .it-right-zone {
// .it-socials {
// ul {
// a {
// &:hover {
// svg {
// color: darken($subsite-primary-text, 5%);
// fill: darken($subsite-primary-text, 5%);
// }
// }
// }
// }
// }
// }

// //-search
// .it-search-wrapper {
// a {
// &.rounded-icon {
// svg {
// @if $subsite-light-theme {
// fill: $subsite-primary-text;
// } @else {
// fill: $subsite-primary;
// }
// }
// }
// }
// }
// }
// }
// }
// }
// }

0 comments on commit 7d135f7

Please sign in to comment.