Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5271 Rev 5280
Línea 223... Línea 223...
223
 
223
 
224
img {
224
img {
225
    max-width: 100%;
225
    max-width: 100%;
Línea 226... Línea 226...
226
}
226
}
227
 
-
 
228
.wrapper {
-
 
229
    width: 100%;
227
 
230
    min-height: 100vh;
228
body {
231
    position: relative;
229
    position: relative;
Línea 232... Línea 230...
232
    background-color: $bg-color;
230
    background-color: $bg-color;
Línea 686... Línea 684...
686
 
684
 
Línea 687... Línea 685...
687
/* =================== main-section ================= */
685
/* =================== main-section ================= */
688
 
686
 
689
main {
-
 
690
    width: 100%;
-
 
691
}
-
 
692
 
-
 
693
.main-section {
-
 
Línea 694... Línea 687...
694
    padding: 0;
687
main {
695
    width: 100%;
688
    width: 100%;
696
 
689
 
Línea 697... Línea 690...
697
    @media (min-width: 768px) {
690
    @media (min-width: 768px) {
698
        padding: 0 1rem;
691
        padding: 0 1rem;
699
    }
692
    }
700
 
693
 
Línea 701... Línea -...
701
    @media (min-width: 1024px) {
-
 
702
        padding: 0 5%;
-
 
703
    }
-
 
704
}
-
 
705
 
-
 
Línea 706... Línea -...
706
.main-section-data {
-
 
707
    width: 100%;
-
 
708
    display: flex;
-
 
709
    flex-direction: column;
-
 
710
    gap: 1rem;
-
 
711
 
-
 
712
    @media (min-width: 768px) {
-
 
713
        display: grid;
-
 
714
        grid-template-columns: 40% 58% !important;
-
 
715
    }
-
 
716
 
-
 
717
    @media (min-width: 1200px) {
-
 
718
        grid-template-columns: 27% 43% 27% !important;
-
 
719
    }
-
 
720
}
-
 
721
 
-
 
722
.main-left-sidebar,
-
 
723
.right-sidebar {
-
 
724
    width: 100%;
-
 
725
    display: flex;
-
 
726
    flex-direction: column;
-
 
727
    gap: 0.5rem;
-
 
728
}
-
 
729
 
-
 
730
.right-sidebar {
-
 
Línea 731... Línea 694...
731
    display: none;
694
    @media (min-width: 1024px) {
732
 
695
        padding: 0 5%;
733
    @media (min-width: 1200px) {
696
    }
734
        display: flex;
697
}
Línea 2706... Línea 2669...
2706
    display: inline-flex;
2669
    display: inline-flex;
2707
}
2670
}
Línea 2708... Línea 2671...
2708
 
2671
 
Línea 2709... Línea 2672...
2709
/* ================== USER PROFILE =================== */
2672
/* ================== USER PROFILE =================== */
2710
 
-
 
2711
.suggest-list,
2673
 
2712
.suggestions-list {
2674
.suggest-list {
2713
    max-height: 400px;
2675
    max-height: 400px;
2714
    overflow: auto;
2676
    overflow: auto;
2715
    width: 100%;
2677
    width: 100%;
Línea 2727... Línea 2689...
2727
            background-color: rgba(0, 0, 0, 0.2);
2689
            background-color: rgba(0, 0, 0, 0.2);
2728
        }
2690
        }
2729
    }
2691
    }
2730
}
2692
}
Línea 2731... Línea -...
2731
 
-
 
2732
.suggestions-list {
-
 
2733
    max-height: 600px;
-
 
2734
}
-
 
2735
 
2693
 
2736
.cover-sec {
2694
.cover-sec {
2737
    background-color: #fff;
2695
    background-color: #fff;
2738
    margin-bottom: 1.5rem;
2696
    margin-bottom: 1.5rem;
2739
    max-height: 280px;
2697
    max-height: 280px;