Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1456 ariadna 1
li[data-key=home] {
2
    display: none;
3
}
4
 
5
li[data-key=mycourses] {
6
    display: none;
7
}
8
 
9
li[data-key=none] {
10
    display: none;
11
}
12
 
13
.primary-navigation .navigation .nav-link {
14
    font-size: 15px;
15
}
16
 
17
.rui-topbar .navbar-nav .nav-link {
18
    color: #212121 !important;
19
    border-radius: 20px;
20
}
21
 
22
.rui-logo {
23
    width: auto;
24
    height: auto;
25
    max-width: 200px;
26
}
27
 
28
.rui-logo img {
29
    height: 48.01px;
30
    border-radius: 30px;
31
    margin-left: 20px;
32
}
33
 
34
.rui-topbar .navbar-nav {
35
    margin-left: auto;
36
}
37
.navbar-nav{
38
    gap:10px;
39
}
40
 
41
.rui-topbar-special-btn {
42
    padding: 0px;
43
}
44
 
45
.rui-topbar-special-btn svg{
46
    width: 25px; /* Ajusta el ancho */
47
    height: 25px; /* Ajusta la altura */
48
}
49
 
50
@media (max-width: 480px) {
51
    .rui-logo img {
52
        margin-left: 0;
53
    }
54
    .opened .rui-topbar .moremenu {
55
        background-color: #262a30;
56
    }
57
    .rui-topbar .navbar-nav .nav-link {
58
        color: #fff !important;
59
        border-radius: 5px;
60
    }
61
    .opened .rui-topbar .rui-icon-menu {
62
        height: 60px;
63
    }
64
}
65
 
66
a.dropdown-item.topbar-menu {
67
    gap: 0.5rem;
68
    display: flex;
69
    flex-direction: column;
70
    align-items: center;
71
    font-weight: 600;
72
    font-size: 1em;
73
    white-space: nowrap;
74
}
75
 
76
a.dropdown-item.topbar-menu img {
77
    width: 2rem;
78
}
79
 
80
.dropdown-menu a.active, .dropdown-menu a:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
81
    color: #F5F5F5;
82
    text-decoration: none;
83
    border-radius: 5px;
84
    background: #002389;
85
}
86
 
87
.dropdown-menu.topbar-menu-dropdown.show {
88
    display: flex;
89
    max-width: none;
90
    width: auto;
91
    border-radius: 5px;
92
}
93
 
94
.dropdown-menu.topbar-menu-dropdown, .dropdown-menu.dropdown-menu-right {
95
    flex-direction: column;
96
}
97
 
98
@media (min-width: 600px) {
99
    .dropdown-menu.topbar-menu-dropdown {
100
        flex-direction: row;
101
        align-items: baseline;
102
    }
103
}