Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3488 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3488 Rev 3495
Línea 1... Línea 1...
1
.searchBox {
1
.searchBox {
2
  padding: 2rem;
2
  padding: 2rem;
3
  background-color: #e6e6e6;
3
  background-color: $bg-color;
4
  position: relative;
4
  position: relative;
5
  z-index: 999;
5
  z-index: 999;
6
  form {
6
  form {
7
    display: flex;
7
    display: flex;
8
    align-items: center;
8
    align-items: center;
Línea 15... Línea 15...
15
    height: 40px;
15
    height: 40px;
16
  }
16
  }
17
  button {
17
  button {
18
    font-size: 1.5rem;
18
    font-size: 1.5rem;
19
    height: 40px;
19
    height: 40px;
20
    background-color: white;
20
    background-color: $bg-color;
21
    border-radius: 0 30px 30px 0;
21
    border-radius: 0 30px 30px 0;
22
    padding-right: 0.5rem;
22
    padding-right: 0.5rem;
23
  }
23
  }
24
}
24
}