Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11347 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11347 Rev 15925
Línea 1... Línea 1...
1
@use '../../../../css/shared/variables.scss';
1
@import '../../../../css/shared/variables.scss';
Línea 2... Línea 2...
2
 
2
 
3
.fileModal {
3
.file_modal {
4
  background-color: black;
-
 
5
  position: absolute;
-
 
6
  top: 0;
-
 
7
  bottom: 0;
-
 
8
  height: 100%;
-
 
9
  width: 100%;
4
  background-color: $bg-color;
10
  z-index: 99999;
5
  align-items: center;
-
 
6
  display: flex;
-
 
7
  border-radius: $border-radius;
-
 
8
  box-shadow: $shadow;
-
 
9
  bottom: 0;
11
  display: flex;
10
  gap: 1rem;
12
  flex-direction: column;
11
  flex-direction: column;
13
  align-items: center;
12
  height: fit-content;
-
 
13
  justify-content: center;
-
 
14
  left: 50%;
-
 
15
  padding: 1rem;
-
 
16
  position: absolute;
-
 
17
  transform: translate(-50%, -60%);
-
 
18
  top: 50%;
-
 
19
  width: fit-content;
14
  justify-content: center;
20
  z-index: 100;
Línea 15... Línea 21...
15
}
21
}
16
 
-
 
17
.buttonsContainer {
-
 
18
  margin-top: 1rem;
-
 
19
}
22
 
20
.button {
-
 
21
  padding: 1rem;
-
 
22
  background-color: variables.$primary-lightblue;
23
.buttons_container {
23
  color: white;
-
 
24
  border-radius: 5px;
24
  display: flex;
25
  & + & {
-
 
26
    margin-left: 1rem;
25
  align-items: center;
Línea 27... Línea 26...
27
  }
26
  gap: 1rem;
28
}
27
}
29
 
-
 
30
.file {
28
 
31
  width: 90vw;
29
.file {
32
  height: 60vh;
30
  max-width: 600px;