Skip to content

Commit

Permalink
1.1.05 (#53)
Browse files Browse the repository at this point in the history
* Push new version (#49)
* Add export/import template (#50)
* Add new UX for template (#51)
* Add Flash mode option (#52)
  • Loading branch information
fouille authored Nov 18, 2024
1 parent be36324 commit 2d8c812
Show file tree
Hide file tree
Showing 26 changed files with 3,258 additions and 651 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tippy.js": "^6.3.7",
"webpack-auto-inject-version-next": "^1.2.4"
},
"version": "1.1.04",
"version": "1.1.05",
"description": "Wazo Plugin Deploy FMW",
"name": "wazo-plugin-deploy-fmw",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions public/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,28 @@
opacity: 0 !important;
visibility: hidden !important;
}


.copy a {
color: inherit; /* Hérite la couleur de l'élément parent */
text-decoration: underline; /* Supprime le soulignement */
}

.copy a:hover {
color: #d2d8dd !important;
}

.error_import {
color: red;
font-weight: bold;
font-size: x-small;
}

.gear-edit-template {
color: inherit;
text-decoration: none;
}

.font-weight-bold {
font-weight: 700 !important;
}
1 change: 1 addition & 0 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ a#logo {
opacity: 0.5;
font-size: x-small;
}

@media (max-width: 991px) {
.copy {
display: none;
Expand Down
Loading

0 comments on commit 2d8c812

Please sign in to comment.