Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2193 Rev 2197
Línea 1300... Línea 1300...
1300
    margin-bottom: 5px;
1300
    margin-bottom: 5px;
1301
    margin-top: 2px;
1301
    margin-top: 2px;
1302
}
1302
}
Línea 1303... Línea 1303...
1303
 
1303
 
1304
.usy-name span {
-
 
1305
    color: #b2b2b2;
1304
.usy-name span {
-
 
1305
    font-size: 14px;
1306
    font-size: 14px;
1306
    font-weight: 600;
Línea 1307... Línea 1307...
1307
}
1307
}
1308
 
1308
 
1309
.usy-name img {
1309
.usy-name img {
Línea 1952... Línea 1952...
1952
    font-weight: 600;
1952
    font-weight: 600;
1953
    line-height: 40px;
1953
    line-height: 40px;
1954
    resize: none;
1954
    resize: none;
1955
}
1955
}
Línea 1956... Línea 1956...
1956
 
1956
 
1957
.chat-title{
1957
.chat-title {
1958
    font-size: 1.3rem;
1958
    font-size: 1.3rem;
Línea 1959... Línea 1959...
1959
}
1959
}
1960
 
1960
 
Línea 3143... Línea 3143...
3143
 
3143
 
3144
@media(min-width: 721px) {
3144
@media(min-width: 721px) {
3145
    .group-view-tab {
3145
    .group-view-tab {
3146
        margin-left: 3.5rem;
3146
        margin-left: 3.5rem;
-
 
3147
    }
3147
    }
3148
 
3148
    .group-view-tab span {
3149
    .group-view-tab span {
3149
        text-overflow: ellipsis;
3150
        text-overflow: ellipsis;
3150
        white-space: nowrap;
3151
        white-space: nowrap;
3151
        overflow: hidden;
3152
        overflow: hidden;
Línea 5454... Línea 5455...
5454
.msg-title {
5455
.msg-title {
5455
    padding: 20px;
5456
    padding: 20px;
5456
    border-bottom: 2px solid #3333;
5457
    border-bottom: 2px solid #3333;
5457
}
5458
}
Línea 5458... Línea 5459...
5458
 
5459
 
5459
.active-tab{
5460
.active-tab {
5460
    border-bottom: solid 2px #E4E4E4;
5461
    border-bottom: solid 2px #E4E4E4;
Línea 5461... Línea 5462...
5461
}
5462
}
5462
 
5463
 
Línea 5490... Línea 5491...
5490
.messages-list {
5491
.messages-list {
5491
    float: left;
5492
    float: left;
5492
    width: 100%;
5493
    width: 100%;
5493
}
5494
}
Línea 5494... Línea 5495...
5494
 
5495
 
5495
.date-chat{
5496
.date-chat {
5496
    font-size: .6rem;
5497
    font-size: .6rem;
5497
    color: var(--gray);
5498
    color: var(--gray);
5498
    padding-top: 5%;
5499
    padding-top: 5%;
Línea 5499... Línea 5500...
5499
}
5500
}
5500
 
5501
 
5501
.messages-list ul {
5502
.messages-list ul {
5502
    float: left;
5503
    float: left;
Línea 5503... Línea 5504...
5503
    width: 100%;
5504
    width: 100%;
5504
}
5505
}
5505
 
5506
 
5506
.text-chat-title{
5507
.text-chat-title {
Línea 5507... Línea 5508...
5507
    color: var(--gray) !important;
5508
    color: var(--gray) !important;
Línea 5758... Línea 5759...
5758
    background-color: #f3f5f7;
5759
    background-color: #f3f5f7;
5759
    padding: 20px;
5760
    padding: 20px;
5760
    /* position: absolute; */
5761
    /* position: absolute; */
5761
    bottom: 0;
5762
    bottom: 0;
5762
}
5763
}
-
 
5764
 
5763
.inmail-submit-btn{
5765
.inmail-submit-btn {
5764
    width: 6%;
5766
    width: 6%;
5765
}
5767
}
Línea 5766... Línea 5768...
5766
 
5768
 
5767
.message-send-area form {
5769
.message-send-area form {
Línea 6335... Línea 6337...
6335
    -webkit-animation-delay: -0.16s;
6337
    -webkit-animation-delay: -0.16s;
6336
    animation-delay: -0.16s;
6338
    animation-delay: -0.16s;
6337
}
6339
}
Línea 6338... Línea 6340...
6338
 
6340
 
-
 
6341
@-webkit-keyframes sk-bouncedelay {
6339
@-webkit-keyframes sk-bouncedelay {
6342
 
6340
    0%,
6343
    0%,
6341
    80%,
6344
    80%,
6342
    100% {
6345
    100% {
6343
        -webkit-transform: scale(0);
6346
        -webkit-transform: scale(0);
-
 
6347
    }
6344
    }
6348
 
6345
    40% {
6349
    40% {
6346
        -webkit-transform: scale(1);
6350
        -webkit-transform: scale(1);
6347
    }
6351
    }
Línea 6348... Línea 6352...
6348
}
6352
}
-
 
6353
 
6349
 
6354
@keyframes sk-bouncedelay {
6350
@keyframes sk-bouncedelay {
6355
 
6351
    0%,
6356
    0%,
6352
    80%,
6357
    80%,
6353
    100% {
6358
    100% {
6354
        -webkit-transform: scale(0);
6359
        -webkit-transform: scale(0);
-
 
6360
        transform: scale(0);
6355
        transform: scale(0);
6361
    }
6356
    }
6362
 
6357
    40% {
6363
    40% {
6358
        -webkit-transform: scale(1);
6364
        -webkit-transform: scale(1);
6359
        transform: scale(1);
6365
        transform: scale(1);