cipf added new class for when state is not buying a new card at 5€

This commit is contained in:
asus
2024-04-30 18:25:26 +02:00
parent a73cacd5e9
commit 61be6143a3
7 changed files with 295 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
/*
* use this class when you want to only pay a physical new plastic card
* otherwise use the class 'payer_carte'
*
*/
[class*='cipf_display_'].cipf_display_changer_carte { display: block !important; }
[class*='cipf_display_'].cipf_display_changer_carte.cipf_flex { display: flex !important; }

View File

@@ -0,0 +1,9 @@
/*
* use this class when you dont want to pay a physical new plastic card
* otherwise use the class 'changer_carte'
*
*/
[class*='cipf_display_'].cipf_display_payer_carte { display: block !important; }
[class*='cipf_display_'].cipf_display_payer_carte.cipf_flex { display: flex !important; }