cipf added new class for when state is not buying a new card at 5€
This commit is contained in:
@@ -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; }
|
||||
|
||||
9
plugins/cipf_plugin/css/display_states/carte_payer.css
Normal file
9
plugins/cipf_plugin/css/display_states/carte_payer.css
Normal 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; }
|
||||
|
||||
Reference in New Issue
Block a user