change cross-signing alert anim to 30 iteration
This commit is contained in:
parent
116bf7d2f0
commit
0a3fe685d1
1 changed files with 7 additions and 9 deletions
|
@ -7,10 +7,7 @@
|
||||||
width: var(--navigation-sidebar-width);
|
width: var(--navigation-sidebar-width);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--bg-surface-extra-low);
|
background-color: var(--bg-surface-extra-low);
|
||||||
@include dir.side(border,
|
@include dir.side(border, none, 1px solid var(--bg-surface-border));
|
||||||
none,
|
|
||||||
1px solid var(--bg-surface-border),
|
|
||||||
);
|
|
||||||
|
|
||||||
&__scrollable,
|
&__scrollable,
|
||||||
&__sticky {
|
&__sticky {
|
||||||
|
@ -24,7 +21,7 @@
|
||||||
|
|
||||||
.scrollable-content {
|
.scrollable-content {
|
||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
|
@ -33,7 +30,8 @@
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
to top,
|
to top,
|
||||||
var(--bg-surface-extra-low),
|
var(--bg-surface-extra-low),
|
||||||
var(--bg-surface-extra-low-transparent));
|
var(--bg-surface-extra-low-transparent)
|
||||||
|
);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -63,7 +61,7 @@
|
||||||
box-shadow: var(--bs-danger-border);
|
box-shadow: var(--bs-danger-border);
|
||||||
animation-name: pushRight;
|
animation-name: pushRight;
|
||||||
animation-duration: 400ms;
|
animation-duration: 400ms;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: 30;
|
||||||
animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue