Customize appearance with CSS custom properties. Dark mode, neon, corporate, and more
Control input field dimensions with the input-size
attribute. Five sizes available: xs, sm, md (default), lg, xl.
| Size | Height | Font | Calc Formula |
|---|---|---|---|
xs |
31px | 12px |
calc(3.1 * var(--ms-rem))
|
sm |
33px | 13px |
calc(3.3 * var(--ms-rem))
|
md (default)
|
35px | 14px |
calc(3.5 * var(--ms-rem))
|
lg |
38px | 16px |
calc(3.8 * var(--ms-rem))
|
xl |
41px | 18px |
calc(4.1 * var(--ms-rem))
|
Note:
Heights use Pure Admin standard. Base unit --ms-rem: 10px
(default). Set --ms-rem: 1rem for Pure Admin integration.
High contrast dark theme for low-light environments
Bright neon colors with glowing effects
Clean, minimal corporate styling with subtle borders
Large border-radius with soft shadows and pastel colors
No border-radius, flat design, pure black and white
Elevation shadows, vibrant colors, standard radius
Frosted glass effect with backdrop blur and transparency