Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@import 'variables';
2
@import 'mixins';
3
 
4
.field {
5
  @include field-margin($padding);
6
  font-size: $font-size-normal;
7
  padding: 0;
8
 
9
  // Assumes last group is `Behavioural settings`, which should
10
  // be grouped with the bottom group `Settings and texts`.
11
  .tree > &.group:last-child {
12
    margin-bottom: 0;
13
  }
14
 
15
  .fields > &.group {
16
    @include field-margin($min-padding);
17
  }
18
 
19
  &.boolean .h5peditor-label {
20
    display: inline;
21
  }
22
 
23
  .h5p-editor-image-buttons {
24
    float: left;
25
    clear: both;
26
  }
27
 
28
  .library {
29
    border: 0;
30
  }
31
 
32
  &.importance-high > .h5peditor-label-wrapper > .h5peditor-label {
33
    font-size: $font-size-large;
34
    color: #356593;
35
  }
36
 
37
  .h5p-dialog-anchor {
38
    position: relative;
39
    margin: -16px;
40
  }
41
}
42
 
43
.common-fields-library-wrapper {
44
  @include field-margin($padding);
45
  border: none;
46
  margin: 0;
47
  padding: 0;
48
 
49
  .common-field-legend {
50
    display: none;
51
  }
52
}