Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 2... Línea 2...
2
  padding-left: 0;
2
  padding-left: 0;
3
  padding-right: 0;
3
  padding-right: 0;
Línea 4... Línea 4...
4
 
4
 
5
  .tertiary-navigation {
5
  .tertiary-navigation {
6
    margin-bottom: 0;
-
 
7
  }
-
 
8
 
-
 
9
  & + form {
-
 
10
    margin-top: 20px;
-
 
11
  }
-
 
12
  
-
 
13
  .path-group & {
6
    margin-bottom: 0;
14
    margin-top: $page-padding-global;
-
 
15
  }
-
 
16
 
-
 
17
  .row {
-
 
18
    margin-left: 0;
-
 
19
    margin-right: 0;
7
    font-size: $font-size-sm;
Línea 20... Línea 8...
20
  }
8
  }
21
 
9
 
22
  .navitem {
10
  .navitem {
23
    display: flex;
11
    display: flex;
24
    flex-wrap: wrap;
12
    flex-wrap: wrap;
Línea 25... Línea 13...
25
    align-items: center;
13
    align-items: center;
26
    margin-bottom: .5rem;
14
    margin-bottom: 1rem;
27
 
15
 
28
    @include media-breakpoint-up(md) {
16
    h2 {
-
 
17
      font-size: $font-size-lg;
-
 
18
      margin-bottom: 0;
-
 
19
    }
-
 
20
 
29
    +.navitem {
21
    // Quick hack to move small text up. Small text is up select field for dropdown.
Línea 30... Línea 22...
30
      margin-left: .5rem;
22
    small {
31
    }
23
      margin-top: -20px;
32
    }
24
    }