Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2550 Rev 2561
Línea 2021... Línea 2021...
2021
    font-weight: 600;
2021
    font-weight: 600;
2022
    line-height: 40px;
2022
    line-height: 40px;
2023
    resize: none;
2023
    resize: none;
2024
}
2024
}
Línea -... Línea 2025...
-
 
2025
 
-
 
2026
.no_results {
-
 
2027
    display: grid;
-
 
2028
    place-items: center;
-
 
2029
}
-
 
2030
 
-
 
2031
.no_results h2 {
-
 
2032
    font-weight: 700;
-
 
2033
}
2025
 
2034
 
2026
.chatboxinput {
2035
.chatboxinput {
2027
    background: rgb(249, 249, 249);
2036
    background: rgb(249, 249, 249);
2028
    display: flex;
2037
    display: flex;
-
 
2038
    justify-content: space-between;
-
 
2039
    padding: .5rem 1rem;
-
 
2040
    position: relative;
-
 
2041
    align-items: center;
-
 
2042
}
-
 
2043
 
-
 
2044
.chatboxinput .drupalchat_searchinput {
-
 
2045
    border-radius: 21px;
-
 
2046
    border: none;
-
 
2047
    height: 25px;
-
 
2048
    background: var(--background-light-gray);
-
 
2049
    box-shadow: 0 0 3px var(--gray);
2029
    justify-content: space-between;
2050
    width: 100%;
-
 
2051
    padding: 5px .5rem;
-
 
2052
}
-
 
2053
 
-
 
2054
.chatboxinput .searchbutton {
-
 
2055
    height: 30px;
-
 
2056
    width: 30px;
-
 
2057
    border: none;
-
 
2058
    position: absolute;
-
 
2059
    z-index: 153;
-
 
2060
    top: 50%;
-
 
2061
    color: #000;
-
 
2062
    right: .5rem;
2030
    padding: .5rem;
2063
    transform: translateY(-25%);
Línea 2031... Línea 2064...
2031
}
2064
}
2032
 
2065
 
2033
.chatboxinput button {
2066
.chatboxinput button {