Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2549 Rev 2550
Línea 2031... Línea 2031...
2031
}
2031
}
Línea 2032... Línea 2032...
2032
 
2032
 
2033
.chatboxinput button {
2033
.chatboxinput button {
2034
    position: relative;
2034
    position: relative;
-
 
2035
    font-weight: 700;
2035
    font-weight: 700;
2036
    padding-bottom: 2px;
Línea 2036... Línea 2037...
2036
}
2037
}
2037
 
2038
 
2038
.chatboxinput button.active::before {
2039
.chatboxinput button.active::before {
2039
    content: '';
2040
    content: '';
2040
    position: absolute;
2041
    position: absolute;
2041
    top: 100%;
2042
    top: 100%;
2042
    width: 100%;
2043
    width: 100%;
2043
    height: 2px;
2044
    height: 3px;
Línea 2044... Línea 2045...
2044
    background: var(--border-light-gray);
2045
    background: var(--border-light-gray);
2045
}
2046
}