Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 85... Línea 85...
85
 
85
 
86
    position: absolute;
86
    position: absolute;
87
    right: 0;
87
    right: 0;
88
    top: 0;
88
    top: 0;
-
 
89
    height: $region-container-height;
89
    height: $region-container-height;
90
    max-height: 80vh;
90
    width: $region-container-width;
91
    width: $region-container-width;
91
    border: $standard-border;
92
    border: $standard-border;
92
    transition: height 0.25s;
93
    transition: height 0.25s;
93
    background-color: $popover-region-container-bg;
94
    background-color: $popover-region-container-bg;
Línea 176... Línea 177...
176
.navbar-nav {
177
.navbar-nav {
177
    .popover-region {
178
    .popover-region {
178
        .icon {
179
        .icon {
179
            font-weight: bolder;
180
            font-weight: bolder;
180
        }
181
        }
181
        .notification-image {
-
 
182
            .icon {
-
 
183
                font-weight: 400;
-
 
184
            }
-
 
185
        }
-
 
186
    }
182
    }
187
}
183
}
Línea 188... Línea 184...
188
 
184
 
189
.navbar {
185
.navbar {