Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1749... Línea 1749...
1749
    transition: max-height .15s ease-in-out;
1749
    transition: max-height .15s ease-in-out;
1750
    visibility: visible;
1750
    visibility: visible;
1751
    padding-bottom: 10px;
1751
    padding-bottom: 10px;
Línea 1752... Línea 1752...
1752
 
1752
 
-
 
1753
    &.hidden {
1753
    &.hidden {
1754
        padding: 0;
1754
        display: block;
1755
        display: block;
1755
        max-height: 0;
1756
        max-height: 0;
1756
        visibility: hidden;
1757
        visibility: hidden;
1757
        overflow: hidden;
1758
        overflow: hidden;
Línea 1908... Línea 1909...
1908
        border-color: transparent;
1909
        border-color: transparent;
1909
    }
1910
    }
Línea 1910... Línea 1911...
1910
 
1911
 
1911
    .rui-message-accordion-title {
1912
    .rui-message-accordion-title {
-
 
1913
        margin-left: 40px;
1912
        margin-left: 40px;
1914
        margin-right: auto;
Línea 1913... Línea 1915...
1913
    }
1915
    }
1914
 
1916
 
1915
    .rui-message-accordion-toggle-icon {
1917
    .rui-message-accordion-toggle-icon {
Línea 1958... Línea 1960...
1958
    .theme-dark & {
1960
    .theme-dark & {
1959
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='#{url-friendly-colour($dm-body-color)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.75 11.75C5.75 11.1977 6.19772 10.75 6.75 10.75H17.25C17.8023 10.75 18.25 11.1977 18.25 11.75V17.25C18.25 18.3546 17.3546 19.25 16.25 19.25H7.75C6.64543 19.25 5.75 18.3546 5.75 17.25V11.75Z'%3E%3C/path%3E%3Cpath stroke='#{url-friendly-colour($dm-body-color)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.75 10.5V10.3427C7.75 8.78147 7.65607 7.04125 8.74646 5.9239C9.36829 5.2867 10.3745 4.75 12 4.75C13.6255 4.75 14.6317 5.2867 15.2535 5.9239C16.3439 7.04125 16.25 8.78147 16.25 10.3427V10.5'%3E%3C/path%3E%3C/svg%3E%0A");
1961
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='#{url-friendly-colour($dm-body-color)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.75 11.75C5.75 11.1977 6.19772 10.75 6.75 10.75H17.25C17.8023 10.75 18.25 11.1977 18.25 11.75V17.25C18.25 18.3546 17.3546 19.25 16.25 19.25H7.75C6.64543 19.25 5.75 18.3546 5.75 17.25V11.75Z'%3E%3C/path%3E%3Cpath stroke='#{url-friendly-colour($dm-body-color)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.75 10.5V10.3427C7.75 8.78147 7.65607 7.04125 8.74646 5.9239C9.36829 5.2867 10.3745 4.75 12 4.75C13.6255 4.75 14.6317 5.2867 15.2535 5.9239C16.3439 7.04125 16.25 8.78147 16.25 10.3427V10.5'%3E%3C/path%3E%3C/svg%3E%0A");
1960
    }
1962
    }
1961
}
1963
}
Línea 1962... Línea -...
1962
 
-
 
1963
.rui-message-badge {
-
 
1964
    background-color: $gray-100;
-
 
Línea -... Línea 1964...
-
 
1964
 
-
 
1965
 
1965
    border-radius: $btn-border-radius;
1966
.rui-message-badge {
-
 
1967
    padding: 4px 6px 4px 4px;
1966
 
1968
    display: inline-flex;
-
 
1969
    gap: 2px;
Línea -... Línea 1970...
-
 
1970
    align-items: center;
1967
    display: inline-flex;
1971
    border-radius: $btn-border-radius;
1968
    align-items: center;
-
 
1969
 
1972
 
Línea 1970... Línea 1973...
1970
    color: $gray-700;
1973
    background-color: $gray-100;
1971
 
1974
    color: $body-color;
1972
    overflow: hidden;
1975
    overflow: hidden;
1973
 
1976
 
Línea 1974... Línea 1977...
1974
    .theme-dark & {
1977
    .theme-dark & {
1975
        background-color: $dm-gray-100;
1978
        background-color: $dm-gray-400;
1976
        color: $dm-gray-700;
1979
        color: $dm-body-color;
1977
    }
-
 
1978
 
-
 
1979
    .rui-message-badge-icon {
-
 
1980
        padding: 4px 6px;
-
 
1981
        background-color: $gray-200;
-
 
1982
        color: $gray-700;
-
 
1983
 
1980
    }
Línea 1984... Línea -...
1984
        .theme-dark & {
-
 
1985
            background-color: $dm-gray-200;
1981
 
1986
            color: $dm-gray-700;
-
 
1987
        }
1982
    .rui-message-badge-icon {
1988
    }
1983
        display: flex;
Línea 1989... Línea 1984...
1989
 
1984
        align-items: center;
-
 
1985
    }
-
 
1986
 
-
 
1987
    .rui-message-total-count {
-
 
1988
        font-weight: $font-weight-medium;
-
 
1989
    }
-
 
1990
 
-
 
1991
    .rui-message-total-unread {
-
 
1992
        margin-left: 4px;
1990
    .rui-message-total-unread,
1993
        min-width: 18px;
1991
    .rui-message-total-count {
1994
        
-
 
1995
        font-size: 12px;
1992
        padding: 5px 12px;
1996
        line-height: 18px;
1993
        font-weight: $font-weight-medium;
1997
 
Línea 1994... Línea 1998...
1994
    }
1998
        text-align: center;
Línea 2073... Línea 2077...
2073
}
2077
}
Línea 2074... Línea 2078...
2074
 
2078
 
2075
.rui-last-message-user-you,
2079
.rui-last-message-user-you,
2076
.rui-last-message-user-sender {
2080
.rui-last-message-user-sender {
2077
    margin-right: .35rem;
2081
    margin-right: .35rem;
2078
    padding: 3px;
-
 
-
 
2082
    padding: 1px 2px;
2079
 
2083
    font-size: $font-size-xs;
-
 
2084
    display: inline-flex;
Línea 2080... Línea 2085...
2080
    display: inline-flex;
2085
    align-self: center;
2081
 
2086
 
Línea 2082... Línea 2087...
2082
    border-radius: $btn-border-radius;
2087
    border-radius: $btn-border-radius;
Línea 2087... Línea 2092...
2087
    color: var(--main-theme-color);
2092
    color: var(--main-theme-color);
2088
}
2093
}
Línea 2089... Línea 2094...
2089
 
2094
 
2090
.rui-last-message-user-sender {
2095
.rui-last-message-user-sender {
2091
    background-color: $gray-100;
2096
    background-color: $gray-100;
Línea 2092... Línea 2097...
2092
    color: $gray-600;
2097
    color: $gray-800;
2093
 
2098
 
2094
    .theme-dark & {
2099
    .theme-dark & {
2095
        background-color: $dm-gray-100;
2100
        background-color: $dm-gray-100;
Línea 2110... Línea 2115...
2110
.badge-msg {
2115
.badge-msg {
2111
    margin-left: 5px;
2116
    margin-left: 5px;
2112
    padding: 3px 0 3px 5px;
2117
    padding: 3px 0 3px 5px;
2113
    font-size: 12px;
2118
    font-size: 12px;
2114
    font-weight: $font-weight-bold;
2119
    font-weight: $font-weight-bold;
2115
    color: $green-600;
2120
    color: $green-800;
2116
}
2121
}
Línea 2117... Línea 2122...
2117
 
2122
 
2118
.rui-contact-blocked {
2123
.rui-contact-blocked {
2119
    position: absolute;
2124
    position: absolute;
Línea 2240... Línea 2245...
2240
    }
2245
    }
2241
}
2246
}
Línea 2242... Línea 2247...
2242
 
2247
 
2243
.rui-message-footer-container {
2248
.rui-message-footer-container {
-
 
2249
    padding: 15px;
-
 
2250
    background-color: $container-bg;
-
 
2251
    border-top: 1px solid $border-color;
-
 
2252
    border-radius: $btn-border-radius;
-
 
2253
 
-
 
2254
    .theme-dark & {
-
 
2255
        background-color: $dm-container-bg;
-
 
2256
        border-top: 1px solid $dm-border-color;   
-
 
2257
    }
-
 
2258
 
-
 
2259
    .rui-textarea {
-
 
2260
        padding: 16px;
-
 
2261
        font-size: 20px;
2244
    padding: 15px;
2262
    }
Línea 2245... Línea 2263...
2245
}
2263
}
2246
 
2264
 
2247
.rui-messageselected {
2265
.rui-messageselected {