chore(root): migrate to biome
This commit is contained in:
@@ -110,9 +110,7 @@
|
||||
|
||||
.shine {
|
||||
background-repeat: no-repeat;
|
||||
background-position:
|
||||
-120px -120px,
|
||||
0 0;
|
||||
background-position: -120px -120px, 0 0;
|
||||
background-image: linear-gradient(
|
||||
0 0,
|
||||
rgba(255, 255, 255, 0.2) 0%,
|
||||
@@ -120,16 +118,12 @@
|
||||
rgba(255, 255, 255, 0.8) 45%,
|
||||
rgba(255, 255, 255, 0) 50%
|
||||
);
|
||||
background-size:
|
||||
250% 250%,
|
||||
100% 100%;
|
||||
background-size: 250% 250%, 100% 100%;
|
||||
transition: background-position 0s ease;
|
||||
}
|
||||
|
||||
.shine:hover {
|
||||
background-position:
|
||||
0 0,
|
||||
0 0;
|
||||
background-position: 0 0, 0 0;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user