Skip to content
Snippets Groups Projects
Commit 32b1118c authored by Lucie Bader's avatar Lucie Bader
Browse files

Changement style bouton mots outils

parent 142e6bac
No related branches found
No related tags found
2 merge requests!8Test final,!6Améliorations du menu de l'extension
...@@ -283,6 +283,15 @@ ...@@ -283,6 +283,15 @@
font-weight: lighter; font-weight: lighter;
} }
.option-row.stopwords {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 0.9rem;
font-weight: lighter;
}
/* .option-row.auto-add-row input[type="checkbox"] { /* .option-row.auto-add-row input[type="checkbox"] {
appearance: none; appearance: none;
width: 24px; width: 24px;
...@@ -341,10 +350,14 @@ ...@@ -341,10 +350,14 @@
</div> </div>
<div id="auto-add-options" class="hidden"> <div id="auto-add-options" class="hidden">
<div class="option-row"> <div class="option-row stopwords">
<label for="include-stopwords">Inclure mots outils</label> <span>Inclure mots outils</span>
<input type="checkbox" id="include-stopwords" /> <label class="toggle-switch">
<input type="checkbox" id="include-stopwords" />
<span class="slider"></span>
</label>
</div> </div>
<div class="option-row threshold-container"> <div class="option-row threshold-container">
<label for="threshold">Seuil d'ajout d'un mot</label> <label for="threshold">Seuil d'ajout d'un mot</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment