Corrections sur factions, aspects, degats et fiches PNJs
This commit is contained in:
@@ -415,13 +415,18 @@
|
||||
}
|
||||
.equipped-box {
|
||||
border-color: var(--cel-green);
|
||||
min-width: 170px;
|
||||
.equipped-switch {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
input[type="checkbox"] { display: none; }
|
||||
.switch-label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: var(--cel-font-ui);
|
||||
font-size: 0.9em;
|
||||
color: var(--cel-border);
|
||||
@@ -429,7 +434,13 @@
|
||||
border: 1px solid var(--cel-border);
|
||||
border-radius: 20px;
|
||||
transition: all 0.2s;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: 34px;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
white-space: normal;
|
||||
overflow-wrap: anywhere;
|
||||
&.on {
|
||||
color: var(--cel-green-light);
|
||||
border-color: var(--cel-green);
|
||||
|
||||
Reference in New Issue
Block a user