Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2524 Rev 2548
Línea 1655... Línea 1655...
1655
    margin-right: 7px;
1655
    margin-right: 7px;
1656
    position: relative;
1656
    position: relative;
1657
    top: 1px;
1657
    top: 1px;
1658
}
1658
}
Línea -... Línea 1659...
-
 
1659
 
-
 
1660
 
1659
 
1661
 
Línea 1660... Línea 1662...
1660
/* ============= top-profiles ============ */
1662
/* ============= top-profiles ============ */
1661
 
1663
 
1662
.top-profiles {
1664
.top-profiles {
Línea 2019... Línea 2021...
2019
    font-weight: 600;
2021
    font-weight: 600;
2020
    line-height: 40px;
2022
    line-height: 40px;
2021
    resize: none;
2023
    resize: none;
2022
}
2024
}
Línea -... Línea 2025...
-
 
2025
 
-
 
2026
.chatboxinput {
-
 
2027
    background: rgb(249, 249, 249);
-
 
2028
    display: flex;
-
 
2029
    justify-content: space-between;
-
 
2030
    padding: .5rem;
-
 
2031
}
-
 
2032
 
-
 
2033
.chatboxinput button {
-
 
2034
    position: relative;
-
 
2035
    font-weight: 700;
-
 
2036
}
-
 
2037
 
-
 
2038
.chatboxinput button.active::before {
-
 
2039
    content: '';
-
 
2040
    position: absolute;
-
 
2041
    top: 100%;
-
 
2042
    width: 100%;
-
 
2043
    height: 2px;
-
 
2044
    background: var(--gray);
-
 
2045
}
2023
 
2046
 
2024
.chat-title {
2047
.chat-title {
2025
    font-size: 1.3rem;
2048
    font-size: 1.3rem;
Línea 2026... Línea 2049...
2026
}
2049
}