diff --git a/resources/feature/lookAndFeel/redesign.scss b/resources/feature/lookAndFeel/redesign.scss index 28272a1b2..8a15aa76b 100644 --- a/resources/feature/lookAndFeel/redesign.scss +++ b/resources/feature/lookAndFeel/redesign.scss @@ -185,7 +185,7 @@ header nav.navbar { .btn-register { @include light { - color: $primary-opposite-color-light; + color: $opposite-color-light; background: $primary-color-light; border: 1px solid $primary-color-light; &:hover { @@ -284,7 +284,7 @@ header nav.navbar { .designer-primary-button { @include light { - color: $primary-opposite-color-light; + color: $opposite-color-light; background: $primary-color-light; border: 1px solid $primary-color-light; &:hover { @@ -357,17 +357,17 @@ header nav.navbar { &:hover { @include light { - color: $primary-opposite-color-light; + color: $opposite-color-light; background: $primary-color-light; } @include dark { - color: $primary-opposite-color-light; + color: $opposite-color-light; background: $primary-color-dark; } } &:active { - color: $primary-opposite-color-light !important; + color: $opposite-color-light !important; background: #007e2b !important; // copied from primary border-color: #007e2b !important; // copied from primary } @@ -402,7 +402,7 @@ header nav.navbar { .designer-topic-user-name-post-author-self { a { @include light { - color: $primary-opposite-color-light; + color: $opposite-color-light; background: $green-700; } @include dark { diff --git a/resources/sass/pages/_forum.scss b/resources/sass/pages/_forum.scss index d44a3df86..c6f94b087 100644 --- a/resources/sass/pages/_forum.scss +++ b/resources/sass/pages/_forum.scss @@ -53,10 +53,6 @@ z-index: 101; font-size: .9em; right: 25%; - //background: #F3F5F0; this is replaced by .designer-aside - //border: 2px solid $card-border-color; this is replaced by .designer-aside - //padding: 6px 10px; this is replaced by .designer-aside - //box-shadow: 5px 5px 6px #AAA; // removed width: 45%; // na urzadzeniach mobilnych rozszerzamy to okno aby cokolwiek bylo tam widac top: 48px !important; // funkcja sticky-aside zmieni {top}, myśląc że element jest sticky } diff --git a/resources/sass/pages/_homepage_modern.scss b/resources/sass/pages/_homepage_modern.scss index 86115cea9..4ca238080 100644 --- a/resources/sass/pages/_homepage_modern.scss +++ b/resources/sass/pages/_homepage_modern.scss @@ -40,7 +40,7 @@ header nav.navbar { $primary-color-light: $green-500; $secondary-color-light: $green-700; -$primary-opposite-color-light: #ffffff; +$opposite-color-light: #ffffff; $primary-background-light: $green-50; $card-background-light: #ffffff; @@ -118,7 +118,7 @@ body.homepage-modern { .btn-register { @include light { - color: $primary-opposite-color-light; + color: $opposite-color-light; background: $primary-color-light; border: 1px solid $primary-color-light; &:hover { @@ -470,7 +470,7 @@ body.homepage-modern { height: 3px; border-radius: 3px; @include light { - background: linear-gradient(270deg, $primary-color-light 0%, $primary-opposite-color-light 100%); + background: linear-gradient(270deg, $primary-color-light 0%, $opposite-color-light 100%); } @include dark { @@ -720,7 +720,7 @@ body.homepage-modern { } .page-link { - @include background-theme($primary-opposite-color-light, $opposite-color-dark); + @include background-theme($opposite-color-light, $opposite-color-dark); } #footer-copyright {