Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3969 Rev 3970
Línea 5... Línea 5...
5
  display: flex;
5
  display: flex;
6
  flex: 1;
6
  flex: 1;
7
  order: 4;
7
  order: 4;
8
  min-width: 100%;
8
  min-width: 100%;
9
  &__ul {
9
  &__ul {
10
    display: flex;
10
    display: inline-flex;
11
    height: 100%;
11
    height: 100%;
12
    align-items: center;
12
    align-items: center;
13
    gap: 1rem;
13
    gap: 1rem;
14
    &:nth-child(1) {
14
    &:nth-child(1) {
15
      flex: 1.5;
15
      flex: 1.5;
Línea 112... Línea 112...
112
@include breakpoints.maxwidth("medium") {
112
@include breakpoints.maxwidth("medium") {
113
  .navLinksContainer {
113
  .navLinksContainer {
114
    height: 100%;
114
    height: 100%;
115
    gap: 1rem;
115
    gap: 1rem;
116
    flex: auto;
116
    flex: auto;
117
    min-width: none;
117
    min-width: auto;
118
    &__ul {
118
    &__ul {
119
      flex: auto !important;
119
      flex: auto !important;
120
      justify-content: flex-start !important;
120
      justify-content: inherit !important;
121
      &__li {
121
      &__li {
122
        padding-bottom: 0;
122
        padding-bottom: 0;
123
        & > a p {
123
        & > a p {
124
          display: inline-flex;
124
          display: inline-flex;
125
        }
125
        }