Verified Commit 2a506d6a authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Feat: consent UX styling according to @nicob's and @raya's suggestions (2)

parent 62db29f4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -642,6 +642,12 @@
     #consent-ok {
       margin-right: 20px;
     }

     #consent-cancel {
       background-color: inherit;
       box-shadow: inherit;
       color: {{ theme_color('FOREGROUND_COLOR') }};
     }
    </style>
    {% if this.alt in bag('alternatives', 'rtl') %}
    <link rel="stylesheet" href="{{ 'rtl.css' | asseturl }}">