more suitable theme flavour names
This commit is contained in:
parent
ebfe4c7d10
commit
454964518f
4 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ footer {
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
&[href*="/api/swagger"] {
|
&[href*="/api/swagger"] {
|
||||||
@if $vrifoxcustomization == true and $type == frontend {
|
@if $vrifoxcustomization == true and $type == static {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.version {
|
.version {
|
||||||
@if $vrifoxcustomization == true and $type == frontend {
|
@if $vrifoxcustomization == true and $type == static {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -545,7 +545,7 @@
|
||||||
background: $green-dark;
|
background: $green-dark;
|
||||||
}
|
}
|
||||||
&[href*="issues/new"] {
|
&[href*="issues/new"] {
|
||||||
@if $type == frontend {
|
@if $type == static {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue