mirror of
https://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit-assets.git
synced 2026-03-28 02:20:35 +00:00
No description
by applying a negative margin to the left and right sides. this is necessary, as we apply a background-color when the checkbox is, for exampled, hovered. if we just applied the padding to the bottom and top, that background would appear as an oval due to the way `border-radius: 50%` works on non-square elements. the negative margin preserves the square shape of the element while essentially removing the extra space added by the padding property. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> Link: https://lore.proxmox.com/20260309084121.17412-1-s.sterz@proxmox.com |
||
|---|---|---|
| assets | ||
| docs | ||
| scss | ||
| copyright | ||
| Documentation.md | ||
| extract-scss-doc.sh | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| LICENSE-OFL.txt | ||
| Makefile | ||
| README.md | ||
Proxmox Widget Toolkit assets and SCSS theme files.
This git repository contains additional files required to run Proxmox Widget Toolkit application. You usually add this repository as git sub-module to you project, so that you can customize the CSS and ship the required files.