Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3993 Rev 3994
Línea 1... Línea 1...
1
.mainSection {
1
.mainSection {
2
  display: block;
2
  display: block;
3
}
3
}
Línea 4... Línea 4...
4
 
4
 
5
.feedSection {
5
.feed-section {
6
  display: flex;
6
  display: flex;
7
  flex-direction: column;
7
  flex-direction: column;
8
  gap: 10px;
-
 
9
  padding-top: 10px;
8
  gap: 10px;
Línea 10... Línea 9...
10
}
9
}
11
 
10
 
12
.sectionHeader {
11
.sectionHeader {
Línea 176... Línea 175...
176
        margin-bottom: 0.5rem;
175
        margin-bottom: 0.5rem;
177
      }
176
      }
178
    }
177
    }
179
  }
178
  }
Línea 180... Línea -...
180
 
-
 
181
  .feedSection {
-
 
182
    grid-area: feed;
-
 
183
  }
-
 
184
 
179
 
185
  .suggestions {
180
  .suggestions {
186
    display: block;
181
    display: block;
187
  }
182
  }
188
}
183
}