Skip to content

Commit

Permalink
Merge pull request #356 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
1.31.1
  • Loading branch information
cassandre authored Nov 6, 2024
2 parents a01ba4f + f15cbdb commit 9f775c2
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 9 deletions.
28 changes: 27 additions & 1 deletion assets/css/_cta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,36 @@
&.color-#{$color} {
background-color: var(--color-#{$colorVar}-ci-hell, #04316a);
color: var(--color-#{$colorVar}-ci-hell-kontrast, #fff);
.cta-button {
svg.rrze-elements-icon {
color: var(--color-#{$colorVar}-dunkelste, #041E42);
}
&:hover, &:focus, &:active {
background-color: var(--color-#{$colorVar}-dunkler, #004a9f);
color: var(--color-#{$colorVar}-dunkler-kontrast, #fff);
svg.rrze-elements-icon {
background-color: var(--color-#{$colorVar}-dunkler, #004a9f);
color: var(--color-#{$colorVar}-dunkler-kontrast, #fff);
}
}
}
}
&.color-#{$color}2 {
background-color: var(--color-#{$colorVar}-dunkler, #04316a);
background-color: var(--color-#{$colorVar}-dunkler, #004a9f);
color: var(--color-#{$colorVar}-dunkler-kontrast, #fff);
.cta-button {
svg.rrze-elements-icon {
color: var(--color-#{$colorVar}-dunkelste, #041E42);
}
&:hover, &:focus, &:active {
background-color: var(--color-#{$colorVar}-ci-hell, #04316a);
color: var(--color-#{$colorVar}-ci-hell-kontrast, #fff);
svg.rrze-elements-icon {
background-color: var(--color-#{$colorVar}-ci-hell, #04316a);
color: var(--color-#{$colorVar}-ci-hell-kontrast, #fff);
}
}
}
}
}
@media screen and (max-width: 767px) {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/rrze-elements.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/rrze-elements.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/rrze-elements-de_DE.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: RRZE Elements 1.31.0\n"
"Project-Id-Version: RRZE Elements 1.31.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-17 15:15+0000\n"
"PO-Revision-Date: 2024-10-24 10:12+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/rrze-elements-de_DE_formal.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: RRZE Elements 1.31.0\n"
"Project-Id-Version: RRZE Elements 1.31.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-17 15:15+0000\n"
"PO-Revision-Date: 2024-10-24 10:12+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/rrze-elements.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: RRZE Elements 1.31.0\n"
"Project-Id-Version: RRZE Elements 1.31.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/rrze-elements\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rrze-elements",
"version": "1.31.0",
"version": "1.31.1",
"description": "RRZE Elements: Gestalterische Erweiterungen für Webauftritte.",
"main": "rrze-elements.php",
"textdomain": "rrze-elements",
Expand Down
4 changes: 2 additions & 2 deletions rrze-elements.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: RRZE Elements
Plugin URI: https://github.com/RRZE-Webteam/rrze-elements
Description: Advanced design elements for WordPress websites.
Version: 1.31.0
Version: 1.31.1
Author: RRZE Webteam
Author URI: https://blogs.fau.de/webworking/
License: GNU General Public License v2
Expand All @@ -23,7 +23,7 @@

const RRZE_PHP_VERSION = '8.1';
const RRZE_WP_VERSION = '5.9';
const RRZE_ELEMENTS_VERSION = '1.31.0';
const RRZE_ELEMENTS_VERSION = '1.31.1';

spl_autoload_register(function ($class) {
$prefix = __NAMESPACE__;
Expand Down

0 comments on commit 9f775c2

Please sign in to comment.