Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(page): add compatible styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 9, 2022
1 parent 512e6e8 commit f3e7bd7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pages/user/log_in.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ body {
.image {
$imageURL: url("/api/user/log_in/image");
$redTint: hue-rotate(300deg);
content: '';
position: fixed;
Expand All @@ -29,11 +28,17 @@ body {
background-image: $imageURL;
background-repeat: no-repeat;
background-size: cover;
filter:
sepia(100%)
saturate(100%)
brightness(80%)
$redTint;
hue-rotate(300deg);
-webkit-filter:
sepia(100%)
saturate(100%)
brightness(80%)
hue-rotate(300deg);
}
}
Expand Down

0 comments on commit f3e7bd7

Please sign in to comment.