moved css from site to plugin

This commit is contained in:
asus
2024-03-31 20:53:26 +02:00
parent 5d4be76102
commit 0a30bca907
7 changed files with 21 additions and 29 deletions

View File

@@ -0,0 +1,3 @@
[class*='cipf_display_'] {
display: none !important;
}

View File

@@ -1,3 +1,3 @@
div.partenaire_propre_page_cipf {
display: block;
.partenaire_propre_page_cipf {
display: none;
}

View File

@@ -0,0 +1,3 @@
div.partenaire_propre_page_cipf {
display: block;
}