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 {
|
||||
&[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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -545,7 +545,7 @@
|
|||
background: $green-dark;
|
||||
}
|
||||
&[href*="issues/new"] {
|
||||
@if $type == frontend {
|
||||
@if $type == static {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue