Stefan Melmuk
2 months ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
3 additions and
3 deletions
-
src/static/templates/scss/vaultwarden.scss.hbs
|
|
@ -26,7 +26,7 @@ a[href$="/settings/sponsored-families"] { |
|
|
|
@extend %vw-hide; |
|
|
|
} |
|
|
|
{{else}} |
|
|
|
app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) { |
|
|
|
app-root ng-component > form > div:nth-child(1) > div > button[buttontype="secondary"].\!tw-text-primary-600:nth-child(4) { |
|
|
|
@extend %vw-hide; |
|
|
|
} |
|
|
|
{{/if}} |
|
|
@ -37,7 +37,7 @@ app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) { |
|
|
|
@extend %vw-hide; |
|
|
|
} |
|
|
|
{{else}} |
|
|
|
app-root form.ng-untouched > div > div > button.\!tw-text-primary-600:nth-child(3) { |
|
|
|
app-root ng-component > form > div:nth-child(1) > div > button[buttontype="secondary"].\!tw-text-primary-600:nth-child(3) { |
|
|
|
@extend %vw-hide; |
|
|
|
} |
|
|
|
{{/if}} |
|
|
@ -48,7 +48,7 @@ app-root form.ng-untouched > div > div > button.\!tw-text-primary-600:nth-child( |
|
|
|
@extend %vw-hide; |
|
|
|
} |
|
|
|
{{else}} |
|
|
|
app-root form.ng-untouched > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) { |
|
|
|
app-root ng-component > form > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) { |
|
|
|
@extend %vw-hide; |
|
|
|
} |
|
|
|
{{/if}} |
|
|
|