updated css
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* Plugin Name: PartnerExpo Core
|
||||
* Plugin URI: https://partnerexpo.eu
|
||||
* Description: A PartnerEXPO oldal belső pluginja
|
||||
* Version: 1.0.8
|
||||
* Version: 1.0.9
|
||||
* Author: Juhász Levente
|
||||
* Author URI: https://github.com/Duskell/
|
||||
* License: GPL-2.0+
|
||||
@@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) {
|
||||
die;
|
||||
}
|
||||
|
||||
define( 'PARTNEREXPO_CORE_VERSION', '1.0.8' );
|
||||
define( 'PARTNEREXPO_CORE_VERSION', '1.0.9' );
|
||||
|
||||
function activate_partnerexpo_core() {
|
||||
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';
|
||||
|
||||
@@ -264,13 +264,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
.pexpo-core-tags {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
row-gap: 6px;
|
||||
}
|
||||
|
||||
.pexpo-core-tag {
|
||||
font-size: 12px;
|
||||
padding: 3px 8px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(149,0,0,.28);
|
||||
color: rgba(149,0,0,.90);
|
||||
background: rgba(149,0,0,.06);
|
||||
border: 1px solid #333333ce;
|
||||
color: var(--text);
|
||||
background: #99999930;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user