diff --git a/less/actor/totem.less b/less/actor/totem.less index 66edb61..1e87229 100644 --- a/less/actor/totem.less +++ b/less/actor/totem.less @@ -18,6 +18,29 @@ } } + // Toggle « Chaman » de l'onglet Totem : ne pas étirer sur toute la largeur. + .chaman-toggle { + width: fit-content; + margin: 0.5rem auto; + gap: 0.5rem; + + label { + font-family: "DistressBlack", sans-serif; + text-transform: uppercase; + font-size: @font-size-12; + color: @theme-color-dark; + cursor: pointer; + margin: 0; + } + + input[type="checkbox"] { + width: 1rem; + height: 1rem; + margin: 0; + cursor: pointer; + } + } + div.minor-totems { display: flex; flex-direction: column;