@@ -32,3 +32,11 @@ header .v-toolbar__content{
z-index: 400 !important;
}
+.toolbarForm .v-toolbar__content{
+ padding-left: 0 !important;
+}
+
+.toolbarForm .v-toolbar__title .v-icon{
+ height: 46px;
+ width: 46px;
@@ -1,7 +1,9 @@
export default (context, locale) => {
return ({
autocomplete_research: 'Aucun résultat ne correspond à votre recherche',
+ add: 'Ajouter',
save: 'Enregistrer',
+ save_and_back: 'Enregistrer et retour',
back: 'Retour',
cancel: 'Annuler',
delete: 'Supprimer',