Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4321 Rev 4620
Línea 77... Línea 77...
77
}
77
}
Línea 78... Línea 78...
78
 
78
 
79
.feed__share-option {
79
.feed__share-option {
80
    align-items: center;
80
    align-items: center;
-
 
81
    display: inline-flex;
81
    display: inline-flex;
82
    justify-content: center;
82
    cursor: pointer;
83
    cursor: pointer;
83
    gap: 0.5rem;
84
    gap: 0.5rem;
84
    padding: 10px;
85
    padding: 10px;
85
    &:hover {
86
    &:hover {
86
        background-color: whitesmoke;
87
        background-color: whitesmoke;
87
        border-radius: 10px;
88
        border-radius: 10px;
-
 
89
    }
-
 
90
    h4 {
-
 
91
        display: none;
-
 
92
    }
-
 
93
    @media (min-width: 768px) {
-
 
94
        justify-content: flex-start;
-
 
95
        h4 {
-
 
96
            display: initial;
-
 
97
        }
88
    }
98
    }
Línea 89... Línea 99...
89
}
99
}
90
 
100
 
91
.feed {
101
.feed {