Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3993 Rev 4211
Línea 2... Línea 2...
2
  height: 100%;
2
  height: 100%;
3
  &__header {
3
  &__header {
4
    display: flex;
4
    display: flex;
5
    justify-content: space-between;
5
    justify-content: space-between;
6
    align-items: center;
6
    align-items: center;
7
    background-color: $dark-white;
7
    background-color: $bg-color;
8
    font-size: 1.5rem;
8
    font-size: 1.5rem;
9
    height: 10%;
9
    height: 10%;
10
    padding: 0 1rem;
10
    padding: 0 1rem;
11
  }
11
  }
12
}
12
}