View | Details | Raw Unified | Return to bug 38383
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (-1 / +1 lines)
Lines 304-310 $cyans: ( Link Here
304
$primary:       $yellow;
304
$primary:       $yellow;
305
$secondary:     $gray-600;
305
$secondary:     $gray-600;
306
$success:       $green;
306
$success:       $green;
307
$info:          $blue-100;
307
$info:          $blue-500;
308
$warning:       $yellow;
308
$warning:       $yellow;
309
$danger:        $red;
309
$danger:        $red;
310
$light:         #FFF;
310
$light:         #FFF;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/installer.scss (-2 / +6 lines)
Lines 144-153 th { Link Here
144
}
144
}
145
145
146
.update_error {
146
.update_error {
147
    color: #FF0000;
147
    color: #dc3545;
148
    font-weight: bold;
148
    font-weight: bold;
149
}
149
}
150
150
151
.text-warning {
152
    color: #8a6804 !important;
153
    background-color: #fff1c1;
154
}
155
151
.checkbox {
156
.checkbox {
152
    margin-bottom: 1em;
157
    margin-bottom: 1em;
153
}
158
}
154
- 

Return to bug 38383