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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +2 lines)
Lines 2928-2935 $star-selected: #EDB867; Link Here
2928
    margin-top: 10px;
2928
    margin-top: 10px;
2929
}
2929
}
2930
2930
2931
#patronconsents h5 {
2931
#patronconsents h2 {
2932
    margin-top: 30px;
2932
    margin-top: 30px;
2933
    font-size: 1.1rem;
2933
}
2934
}
2934
2935
2935
@import "responsive";
2936
@import "responsive";
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt (-2 / +1 lines)
Lines 71-77 Link Here
71
                    </form>
71
                    </form>
72
72
73
                    [% IF Koha.Preference('CookieConsent') %]
73
                    [% IF Koha.Preference('CookieConsent') %]
74
                        <h5>Cookie consents</h5>
74
                        <h2>Cookie consents</h2>
75
                        <button id="viewCookieConsents" type="button" class="btn btn-success">View your cookie consents</button>
75
                        <button id="viewCookieConsents" type="button" class="btn btn-success">View your cookie consents</button>
76
                    [% END %]
76
                    [% END %]
77
77
78
- 

Return to bug 27378