diff --git a/scss/backend.scss b/scss/dynamic.scss similarity index 100% rename from scss/backend.scss rename to scss/dynamic.scss diff --git a/scss/import/_footer.scss b/scss/import/_footer.scss index e19c2fc..2c08e33 100644 --- a/scss/import/_footer.scss +++ b/scss/import/_footer.scss @@ -23,7 +23,7 @@ footer { } a { &[href*="/api/swagger"] { - @if $vrifoxcustomization == true and $type == frontend { + @if $vrifoxcustomization == true and $type == static { display: none; } } @@ -34,7 +34,7 @@ footer { } } .version { - @if $vrifoxcustomization == true and $type == frontend { + @if $vrifoxcustomization == true and $type == static { display: none; } } diff --git a/scss/import/repository.scss b/scss/import/repository.scss index 4b2400c..13b4b58 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -545,7 +545,7 @@ background: $green-dark; } &[href*="issues/new"] { - @if $type == frontend { + @if $type == static { display: none; } } diff --git a/scss/frontend.scss b/scss/static.scss similarity index 100% rename from scss/frontend.scss rename to scss/static.scss