Skip to content

Commit 5d858b8

Browse files
authored
Merge pull request #47 from RRZE-Webteam/dev
Dev
2 parents 7007545 + 5f1417b commit 5d858b8

File tree

5 files changed

+8
-18
lines changed

5 files changed

+8
-18
lines changed

build/banner.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/banner.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrze-legal",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "rrze-legal.php",
55
"scripts": {
66
"start": "webpack --mode=development --watch",

rrze-legal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE Legal
55
Plugin URI: https://gitlab.rrze.fau.de/rrze-webteam/rrze-legal
66
Description: Legal Mandatory Information & GDPR.
7-
Version: 2.0.2
7+
Version: 2.0.3
88
Author: RRZE Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License Version 3

src/banner/banner.scss

+4-14
Original file line numberDiff line numberDiff line change
@@ -1901,15 +1901,15 @@
19011901

19021902
.RRZELegal {
19031903
._rrzelegal-btn {
1904-
background: var(--color-button-bg, #004a9f);
1904+
background: var(--color-primary-basis, #04316a);
19051905
border-radius: 4px;
1906-
color: var(--color-button-text, #004a9f) !important;
1906+
color: var(--color-primary-basis-kontrast, #fff);
19071907

19081908
&:hover,
19091909
&:focus {
1910-
background: var(--color-button-hover-bg, #041e42);
1910+
background: var(--color-primary-dunkelste, #041e42);
19111911
border-radius: 4px;
1912-
color: var(--color-button-hover-text, #fff) !important;
1912+
color: var(--color-primary-dunkelste-kontrast, #fff);
19131913
}
19141914
}
19151915

@@ -1972,13 +1972,3 @@ a._rrzelegal-btn {
19721972
text-decoration: none !important;
19731973
}
19741974

1975-
a._rrzelegal-btn-cookie-preference {
1976-
background: var(--color-primary-basis, #04316a) !important;
1977-
border-radius: 4px !important;
1978-
color: var(--color-primary-basis-kontrast, #fff) !important;
1979-
1980-
&:hover {
1981-
background: var(--color-primary-dunkelste, #041e42) !important;
1982-
color: var(--color-primary-dunkelste-kontrast, #fff) !important;
1983-
}
1984-
}

0 commit comments

Comments
 (0)