fix: toggle Chaman de l'onglet Totem étiré sur toute la largeur
- Style compact pour .chaman-toggle (width fit-content, centré, label DistressBlack, checkbox de taille fixe) dans less/actor/totem.less.
This commit is contained in:
@@ -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 {
|
div.minor-totems {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user