Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2828 Rev 2845
Línea 19... Línea 19...
19
  display: flex;
19
  display: flex;
20
  flex-direction: column;
20
  flex-direction: column;
21
}
21
}
Línea 22... Línea 22...
22
 
22
 
23
.suggestions {
-
 
24
  order: 2;
23
.suggestions {
25
  background-color: white;
-
 
26
  // box-shadow: variables.$light-shadow;
-
 
27
  border: solid 1px rgba(0, 0, 0, 0.25);
-
 
28
  padding: 1rem;
-
 
29
  display: none;
24
  background-color: #fff;
30
  border-radius: 10px;
25
  border-radius: 0;
Línea 31... Línea 26...
31
}
26
}
32
 
27
 
33
.suggestionList {
28
.suggestionList {
Línea 138... Línea 133...
138
    }
133
    }
139
  }
134
  }
Línea 140... Línea 135...
140
 
135
 
141
  .mainSection {
136
  .mainSection {
142
    grid-template-columns: 30% 70%;
137
    grid-template-columns: 30% 70%;
143
    gap: 1rem;
138
    gap: 1.5rem;
144
    grid-template-areas:
139
    grid-template-areas:
145
      "header feed"
140
      "header feed"
146
      "peopleknow feed"
141
      "peopleknow feed"
147
      ". feed"
142
      ". feed"
Línea 197... Línea 192...
197
  }
192
  }
198
}
193
}
Línea 199... Línea 194...
199
 
194
 
200
@include maxwidth("desktop") {
195
@include maxwidth("desktop") {
201
  .mainSection {
196
  .mainSection {
202
    grid-template-columns: 27% 43% 27% !important;
197
    grid-template-columns: 23% 50% 23% !important;
203
    padding: 0% 5% !important;
198
    padding: 0% 5% !important;
204
    // grid-template-columns: auto 16% minmax(520px, 30%) 16% auto;
199
    // grid-template-columns: auto 16% minmax(520px, 30%) 16% auto;
205
    //grid-template-areas:
200
    //grid-template-areas:
206
    //". header feed peopleknow ."
201
    //". header feed peopleknow ."