front_foundation #9

Closed
mohamed_maoulainine wants to merge 181 commits from front_foundation into main
3 changed files with 1 additions and 7 deletions
Showing only changes of commit 8ec569e6ff - Show all commits

View File

@ -231,7 +231,6 @@ onBeforeUnmount(() => {
line-height: 1.6; line-height: 1.6;
} }
.header { .header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
adnane marked this conversation as resolved Outdated
Outdated
Review

generic style once again

generic style once again
@ -304,5 +303,4 @@ onBeforeUnmount(() => {
.contact-dropdown.dropdown-visible { .contact-dropdown.dropdown-visible {
display: block; display: block;
} }
</style>
</style>

View File

@ -602,8 +602,6 @@ onMounted(() => {
color: #444; color: #444;
background-color: #f9f9f9; background-color: #f9f9f9;
padding: 7px; padding: 7px;
border-left: 4px solid #0d6efd;
border-right: 4px solid #0d6efd;
border-radius: 6px; border-radius: 6px;
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 20px; margin-top: 20px;

View File

@ -83,8 +83,6 @@ const validerCreation = () => {
} }
); );
}; };
</script> </script>
<style scoped> <style scoped>