mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-08 00:18:54 -05:00
chore: Run prettier for css files
This commit is contained in:
parent
da322760c7
commit
492911786c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.autoplay-countdown-content::before {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -50,7 +50,7 @@
|
||||
}
|
||||
|
||||
.autoplay-countdown-content::after {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
left: -50%;
|
||||
@ -62,7 +62,8 @@
|
||||
}
|
||||
|
||||
@keyframes backgroundPulse {
|
||||
0%, 100% {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 0.3;
|
||||
transform: scale(1);
|
||||
}
|
||||
@ -89,7 +90,6 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
.autoplay-countdown-video-info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -113,7 +113,9 @@
|
||||
0 12px 32px rgba(0, 0, 0, 0.4),
|
||||
0 4px 16px rgba(0, 0, 0, 0.2);
|
||||
border: 2px solid rgba(255, 255, 255, 0.1);
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
transition:
|
||||
transform 0.3s ease,
|
||||
box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
.next-video-thumbnail:hover {
|
||||
@ -237,7 +239,9 @@ button.autoplay-cancel-button {
|
||||
letter-spacing: 0.3px;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
box-shadow:
|
||||
0 6px 20px rgba(0, 0, 0, 0.3),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -248,7 +252,7 @@ button.autoplay-play-button {
|
||||
}
|
||||
|
||||
.autoplay-play-button::before {
|
||||
content: '';
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -100%;
|
||||
@ -261,7 +265,9 @@ button.autoplay-play-button {
|
||||
.autoplay-play-button:hover {
|
||||
background: linear-gradient(135deg, #ff1a1a, #cc0000);
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
|
||||
box-shadow:
|
||||
0 8px 25px rgba(255, 0, 0, 0.4),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.autoplay-play-button:hover::before {
|
||||
@ -299,7 +305,6 @@ button.autoplay-play-button {
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
|
||||
.autoplay-play-button svg,
|
||||
.autoplay-cancel-button svg {
|
||||
width: 18px;
|
||||
@ -505,7 +510,13 @@ button.autoplay-play-button {
|
||||
gap: 5px;
|
||||
padding: 0;
|
||||
}
|
||||
button.autoplay-play-button, button.autoplay-cancel-button { padding:10px 20px; width:120px; height:40px; min-width:120px; }
|
||||
button.autoplay-play-button,
|
||||
button.autoplay-cancel-button {
|
||||
padding: 10px 20px;
|
||||
width: 120px;
|
||||
height: 40px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.autoplay-play-button,
|
||||
.autoplay-cancel-button {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user