updated css

This commit is contained in:
2026-02-01 15:24:02 +01:00
parent 587ab0da9c
commit 4ea62e9f71
3 changed files with 930 additions and 955 deletions

View File

@@ -9,7 +9,7 @@
* Plugin Name: PartnerExpo Core * Plugin Name: PartnerExpo Core
* Plugin URI: https://partnerexpo.eu * Plugin URI: https://partnerexpo.eu
* Description: A PartnerEXPO oldal belső pluginja * Description: A PartnerEXPO oldal belső pluginja
* Version: 1.0.8 * Version: 1.0.9
* Author: Juhász Levente * Author: Juhász Levente
* Author URI: https://github.com/Duskell/ * Author URI: https://github.com/Duskell/
* License: GPL-2.0+ * License: GPL-2.0+
@@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) {
die; die;
} }
define( 'PARTNEREXPO_CORE_VERSION', '1.0.8' ); define( 'PARTNEREXPO_CORE_VERSION', '1.0.9' );
function activate_partnerexpo_core() { function activate_partnerexpo_core() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php'; require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';

View File

@@ -264,13 +264,20 @@
} }
} }
.pexpo-core-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
row-gap: 6px;
}
.pexpo-core-tag { .pexpo-core-tag {
font-size: 12px; font-size: 12px;
padding: 3px 8px; padding: 3px 8px;
border-radius: 999px; border-radius: 999px;
border: 1px solid rgba(149,0,0,.28); border: 1px solid #333333ce;
color: rgba(149,0,0,.90); color: var(--text);
background: rgba(149,0,0,.06); background: #99999930;
white-space:nowrap; white-space:nowrap;
} }

File diff suppressed because it is too large Load Diff