Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3580 stevensc 1
.addGroupTab {
2
  height: 100%;
3
  position: relative;
4
  form {
5
    height: 100%;
6
    width: 100%;
7
    display: flex;
8
    flex-direction: column;
9
    align-items: center;
10
    justify-content: center;
11
  }
12
}
13
.label {
14
  margin-bottom: 0.5rem;
15
  font-size: 1.2rem;
16
}
17
.input {
18
  width: 80%;
19
  padding: 0.5rem;
20
  font-size: 1.2rem;
21
  border-radius: 5px;
22
  border: none;
23
  box-shadow: $light-shadow;
24
}
25
 
26
.buttonsContainer {
27
  margin-top: 1rem;
28
}
29
.button {
30
  padding: 0.5rem;
31
  font-size: 1rem;
32
  background-color: $button-bg;
33
  color: $button-text-color;
34
  border-radius: 5px;
35
  & + & {
36
    margin-left: 1rem;
37
  }
38
}