gaoluyang
2026-06-24 c0cb161bb52ce0fbdce5c66ec391d107c75e2452
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.form-valid-error {
  .n-base-selection__state-border,
  .n-input__state-border,
  .n-radio-group__splitor {
    border: var(--n-border-error);
  }
 
  .n-radio-group .n-radio-button,
  .n-radio-group .n-radio-group__splitor {
    --n-button-border-color: rgb(255 56 96);
  }
 
  .n-radio__dot {
    --n-box-shadow: inset 0 0 0 1px rgb(255 56 96);
  }
 
  .n-checkbox-box__border {
    --n-border: 1px solid rgb(255 56 96);
  }
 
  .n-input .n-input__input-el,
  .n-input .n-input__textarea-el,
  .n-input-number .n-input__input-el {
    font-family: Arial, Roboto, 'Helvetica Neue', sans-serif;
  }
}