File size: 401 Bytes
ce1ab17
 
 
 
 
 
 
 
 
 
 
 
 
 
8ee4cb7
ce1ab17
 
 
 
8ee4cb7
ce1ab17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * SPDX-FileCopyrightText: Hadad <[email protected]>
 * SPDX-License-Identifier: Apache-2.0
 */

#footerForm {
  display: flex;
  gap: 0.75rem;
  background-color: transparent;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 5rem;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: slideInUp 0.3s ease-out forwards;
  height: 0;
}