mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-12-22 18:29:48 +01:00
improve hero rice
This commit is contained in:
parent
5da0d85244
commit
bcfd08b0d6
1 changed files with 5 additions and 4 deletions
|
@ -106,8 +106,8 @@
|
|||
contain: layout style content;
|
||||
}
|
||||
.rice-video {
|
||||
@apply mx-3 rounded-xl transition-all;
|
||||
transition-duration: 1460ms;
|
||||
@apply mx-3 rounded-xl;
|
||||
transition: all cubic-bezier(0.9, -1, 0.065, 1.8) 1060ms;
|
||||
position: relative;
|
||||
box-shadow: 0px 0px 44px theme(colors.primary / 80%);
|
||||
border: solid 2px theme(colors.sky.400);
|
||||
|
@ -115,8 +115,9 @@
|
|||
background: theme(colors.cyan.300 / 70%);
|
||||
|
||||
& video {
|
||||
@apply transition-opacity;
|
||||
transition-duration: 1460ms;
|
||||
transition-property: opacity;
|
||||
transition-duration: inherit;
|
||||
transition-timing-function: inherit;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue