From 454964518fb4d4c37fedcb6370de9c7c3e04726c Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sun, 15 Nov 2020 19:36:47 +0100 Subject: [PATCH] more suitable theme flavour names --- scss/{backend.scss => dynamic.scss} | 0 scss/import/_footer.scss | 4 ++-- scss/import/repository.scss | 2 +- scss/{frontend.scss => static.scss} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename scss/{backend.scss => dynamic.scss} (100%) rename scss/{frontend.scss => static.scss} (100%) 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