Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2748 Rev 2749
Línea 5869... Línea 5869...
5869
 
5869
 
5870
.inmail-conversation-box {
5870
.inmail-conversation-box {
5871
    width: 100%;
5871
    width: 100%;
5872
    position: relative;
5872
    position: relative;
5873
    display: grid;
5873
    display: grid;
-
 
5874
    grid-template-rows: auto 90%;
5874
    grid-template-rows: auto 85%;
5875
    overflow: hidden;
Línea 5875... Línea 5876...
5875
}
5876
}
5876
 
5877
 
5877
.message-bar-head {
5878
.message-bar-head {
Línea 5997... Línea 5998...
5997
}
5998
}
Línea 5998... Línea 5999...
5998
 
5999
 
5999
.messages-line {
6000
.messages-line {
6000
    width: 100%;
6001
    width: 100%;
6001
    height: 604px;
-
 
6002
    padding-top: 20px;
6002
    height: 604px;
Línea 6003... Línea 6003...
6003
}
6003
}
Línea 6004... Línea 6004...
6004
 
6004
 
6005
/* ============== message-send-area ============ */
6005
/* ============== message-send-area ============ */
6006
 
6006
 
6007
.message-send-area {
6007
.message-send-area {
6008
    width: 100%;
6008
    width: 100%;
6009
    background-color: #f3f5f7;
-
 
6010
    padding: 20px;
6009
    background: #fff;
Línea 6011... Línea 6010...
6011
    /* position: absolute; */
6010
    padding: .5rem;
6012
    bottom: 0;
6011
    height: fit-content;
6013
}
6012
}
Línea 6021... Línea 6020...
6021
}
6020
}
Línea 6022... Línea 6021...
6022
 
6021
 
6023
.mf-field {
6022
.mf-field {
6024
    width: 100%;
6023
    width: 100%;
-
 
6024
    display: flex;
6025
    display: flex;
6025
    align-items: center;
6026
    gap: .5rem;
6026
    gap: .5rem;
Línea 6027... Línea 6027...
6027
}
6027
}
6028
 
6028
 
Línea 6042... Línea 6042...
6042
    max-height: 80vh;
6042
    max-height: 80vh;
6043
}
6043
}
Línea 6044... Línea 6044...
6044
 
6044
 
6045
.mf-field input {
6045
.mf-field input {
6046
    flex: 1;
6046
    flex: 1;
6047
    background-color: #fff;
6047
    background-color: #fbf9f9;
6048
    color: #b2b2b2;
6048
    color: #b2b2b2;
6049
    font-size: 16px;
6049
    font-size: 16px;
6050
    padding: 0 15px;
-
 
6051
    border: 1px solid #e6e6e6;
6050
    padding: 0 15px;
6052
    height: 45px;
6051
    height: 45px;
6053
    border-radius: 25px;
6052
    border-radius: 100px;
Línea 6054... Línea 6053...
6054
}
6053
}
6055
 
6054