Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3905 Rev 3907
Línea 769... Línea 769...
769
/* =================== main-section ================= */
769
/* =================== main-section ================= */
Línea 770... Línea 770...
770
 
770
 
771
main {
771
main {
772
    float: left;
772
    float: left;
773
    width: 100%;
-
 
774
    padding-top: 1.5rem;
773
    width: 100%;
Línea 775... Línea 774...
775
}
774
}
776
 
-
 
777
.main-section {
775
 
778
    width: 100%;
776
.main-section {
-
 
777
    background-color: $bg-color;
779
    background-color: $bg-color;
778
    padding: 1.5rem 0.5rem 0;
780
    padding: 0 0.5rem;
779
    width: 100%;
781
    @media (min-width: 768px) {
-
 
782
        padding: 0 5%;
780
    @media (min-width: 768px) {
783
        grid-template-columns: 30% 70% !important;
781
        padding: 1.5rem 5% 0;
Línea 784... Línea 782...
784
    }
782
    }
785
}
783
}
Línea 809... Línea 807...
809
    flex-direction: column;
807
    flex-direction: column;
810
    overflow: hidden;
808
    overflow: hidden;
811
    gap: 0.5rem;
809
    gap: 0.5rem;
812
}
810
}
Línea -... Línea 811...
-
 
811
 
-
 
812
.right-sidebar {
-
 
813
    display: none;
-
 
814
    @media (min-width: 1024px) {
-
 
815
        display: flex;
-
 
816
    }
-
 
817
}
813
 
818
 
814
.members-container {
819
.members-container {
815
    display: flex;
820
    display: flex;
816
    flex-direction: column;
821
    flex-direction: column;
817
    gap: 0.5rem;
822
    gap: 0.5rem;
Línea 830... Línea 835...
830
    display: flex;
835
    display: flex;
831
    justify-content: center;
836
    justify-content: center;
832
    gap: 5px;
837
    gap: 5px;
833
    align-items: flex-start;
838
    align-items: flex-start;
834
    flex-direction: column;
839
    flex-direction: column;
835
}
-
 
836
 
-
 
837
@media (min-width: 768px) {
840
    @media (min-width: 768px) {
838
    .notification-item {
-
 
839
        margin-bottom: 1.5rem;
841
        margin-bottom: 1.5rem;
840
        display: flex;
842
        display: flex;
841
        gap: 0;
843
        gap: 0;
842
        justify-content: space-between;
844
        justify-content: space-between;
843
        align-items: center;
845
        align-items: center;
Línea 2168... Línea 2170...
2168
    float: none;
2170
    float: none;
2169
}
2171
}
Línea 2170... Línea 2172...
2170
 
2172
 
Línea 2171... Línea -...
2171
/* =============== right-sidebar ============= */
-
 
2172
 
-
 
2173
.right-sidebar {
-
 
2174
    display: none;
-
 
2175
}
-
 
2176
 
-
 
2177
@media (min-width: 1024px) {
-
 
2178
    .right-sidebar {
-
 
2179
        display: block;
-
 
2180
    }
-
 
2181
}
2173
/* =============== right-sidebar ============= */
2182
 
2174
 
2183
.widget {
2175
.widget {
2184
    width: 100%;
2176
    width: 100%;
2185
    background-color: #fff;
2177
    background-color: #fff;
Línea 3160... Línea 3152...
3160
        position: absolute;
3152
        position: absolute;
3161
        top: 10px;
3153
        top: 10px;
3162
        left: 60%;
3154
        left: 60%;
3163
    }
3155
    }
3164
    img {
3156
    img {
3165
        max-width: 150px;
3157
        max-width: 160px;
3166
        border-radius: 100px;
3158
        border-radius: 100px;
3167
        border: 1px solid $font-color;
-
 
3168
        background: #fff;
3159
        background: #fff;
-
 
3160
        box-shadow: $light-shadow;
3169
    }
3161
    }
3170
}
3162
}
Línea 3171... Línea 3163...
3171
 
3163
 
3172
.add-dp {
3164
.add-dp {