|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
transition: transform 1s ease-in-out; |
|
|
|
|
/* animation: animateLastSites 40s ease-in-out 2s infinite alternate; */ |
|
|
|
|
animation: animateLastSites 40s ease-in-out 2s infinite alternate; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.sitesWrapperShadows:before { |
|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
|
|
|
|
|
.button { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 2px; |
|
|
|
|
top: 12px; |
|
|
|
|
|
|
|
|
|
background-color: var(--background_secondary) !important; |
|
|
|
|
} |
|
|
|
|