File tree Expand file tree Collapse file tree
theme-neo-dark/apps/devindex
theme-neo-light/apps/devindex Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.devindex-header-toolbar {
2- box-shadow : var (--portal -header-shadow );
2+ box-shadow : var (--devindex -header-shadow );
33 z-index : 8 ;
44
55 .neo-button.neo-button-ghost {
4242
4343 .separate-bar {
4444 animation : fade- in- animation 200ms linear ;
45- box-shadow : var (--portal -header-shadow );
45+ box-shadow : var (--devindex -header-shadow );
4646 flex-direction : column ;
4747 position : absolute ;
4848 right : 0 ;
6060 }
6161}
6262
63- .logo-container {
64- animation : fade- and- scale- animation auto linear ;
65- animation-timeline : --page-scroll ;
66- }
67-
68- .portal-home-maincontainer {
69- scroll-timeline : --page-scroll block ;
70- }
7163
7264@keyframes rotateAnimation {
7365 from {
7870 }
7971}
8072
81- @keyframes fade-and-scale-animation {
82- 0% {
83- opacity : 1 ;
84- transform : scale (1 );
85- }
86- 12%, 100% {
87- opacity : 0 ;
88- transform : scale (1.5 );
89- }
90- }
9173
9274@keyframes fade-in-animation {
9375 from {
Original file line number Diff line number Diff line change 1+ :root .neo-theme-neo-dark {
2+ --devindex-header-shadow : 0 5px 10px rgba (0 ,0 ,0 ,.5 );
3+ }
Original file line number Diff line number Diff line change 1+ :root .neo-theme-neo-light {
2+ --devindex-header-shadow : 0 5px 10px rgba (0 ,0 ,0 ,.3 );
3+ }
You can’t perform that action at this time.
0 commit comments