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 @@
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"] {
appearance: none;
width: 24px;
......@@ -341,10 +350,14 @@
</div>
<div id="auto-add-options" class="hidden">
<div class="option-row">
<label for="include-stopwords">Inclure mots outils</label>
<input type="checkbox" id="include-stopwords" />
<div class="option-row stopwords">
<span>Inclure mots outils</span>
<label class="toggle-switch">
<input type="checkbox" id="include-stopwords" />
<span class="slider"></span>
</label>
</div>
<div class="option-row threshold-container">
<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