Proyectos de Subversion Moodle

Rev

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

Rev 1099 Rev 1100
Línea 885... Línea 885...
885
    display: flex;
885
    display: flex;
886
}
886
}
Línea 887... Línea 887...
887
 
887
 
888
header.page-header-content {
888
header.page-header-content {
889
    display: flex;
-
 
890
}
-
 
891
 
-
 
892
.rui-unreadcount:not(.hidden) {
-
 
893
    position: absolute;
-
 
894
    padding: 4px;
-
 
895
    top: auto;
-
 
896
    right: 0;
-
 
897
    min-width: 16px;
-
 
898
    height: 16px;
-
 
899
    display: inline-flex;
-
 
900
    align-items: center;
-
 
901
    justify-content: center;
-
 
902
    background-color: var(--main-theme-color);
-
 
903
    color: var(--primary-color-200);
-
 
904
    border-radius: 5px;
-
 
905
    font-size: 10px;
-
 
906
    font-weight: 500;
-
 
907
    margin-top: 30px;
-
 
908
    height: 30px;
889
    display: flex;
909
}
890
}