Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 64... Línea 64...
64
                color: $red-700;
64
                color: $red-700;
65
            }
65
            }
Línea 66... Línea 66...
66
 
66
 
67
            &.fa-eye {
67
            &.fa-eye {
68
                background-color: $green-100;
68
                background-color: $green-100;
69
                color: $green-600;
69
                color: $green-800;
70
            }
70
            }
Línea 71... Línea 71...
71
        }
71
        }
72
 
72
 
Línea 132... Línea 132...
132
        margin: 0 0 0 auto;
132
        margin: 0 0 0 auto;
133
    }
133
    }
Línea 134... Línea 134...
134
 
134
 
135
    &.inactive {
135
    &.inactive {
136
        .activatebadge .btn {
136
        .activatebadge .btn {
137
            color: $green-600;
137
            color: $green-800;
138
            background-color: $green-100;
138
            background-color: $green-100;
139
            &:hover {
139
            &:hover {
140
                background: $green-200;
140
                background: $green-200;
141
            }
141
            }
Línea 182... Línea 182...
182
      padding: $list-group-item-padding-y $list-group-item-padding-x;
182
      padding: $list-group-item-padding-y $list-group-item-padding-x;
183
      border-width: 1px 1px 0 1px;
183
      border-width: 1px 1px 0 1px;
184
      border-style: solid;
184
      border-style: solid;
185
      border-color: $list-group-border-color;
185
      border-color: $list-group-border-color;
Línea -... Línea 186...
-
 
186
 
-
 
187
      .theme-dark & {
-
 
188
        border-color: $dm-border-color;
-
 
189
      }
186
 
190
 
187
      &:first-child {
191
      &:first-child {
188
        @include border-top-radius($border-radius);
192
        @include border-top-radius($border-radius);
Línea 189... Línea 193...
189
      }
193
      }
Línea 241... Línea 245...
241
    @include border-radius($badge-border-radius);
245
    @include border-radius($badge-border-radius);
242
    @include transition($badge-transition);
246
    @include transition($badge-transition);
Línea 243... Línea 247...
243
 
247
 
244
    &.ready {
248
    &.ready {
245
        background-color: $green-100;
249
        background-color: $green-100;
246
        color: $green-600;
250
        color: $green-800;
Línea 247... Línea 251...
247
    }
251
    }
248
 
252